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'}