From e8ffb8980f232b52cc54578526a8b2550592bd43 Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Mon, 21 Jul 2014 14:47:44 -0700 Subject: [PATCH] Removed filterActive from filter alerts --- app/schemas/models/user.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/schemas/models/user.coffee b/app/schemas/models/user.coffee index 84c2b0f0b..4796157f8 100644 --- a/app/schemas/models/user.coffee +++ b/app/schemas/models/user.coffee @@ -218,11 +218,6 @@ _.extend UserSchema.properties, items: type: visa.type enum: visa.enum - filterActive: - title: 'Filter active' - description: 'Whether or not an employer will receive emails based on this filter' - type: 'boolean' - default: false }) points: {type: 'number'}