diff options
Diffstat (limited to 'server/models/account/user-notification-setting.ts')
-rw-r--r-- | server/models/account/user-notification-setting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/user-notification-setting.ts b/server/models/account/user-notification-setting.ts index acc192d53..ebab8b6d2 100644 --- a/server/models/account/user-notification-setting.ts +++ b/server/models/account/user-notification-setting.ts | |||
@@ -28,7 +28,7 @@ import { UserModel } from './user' | |||
28 | } | 28 | } |
29 | ] | 29 | ] |
30 | }) | 30 | }) |
31 | export class UserNotificationSettingModel extends Model<UserNotificationSettingModel> { | 31 | export class UserNotificationSettingModel extends Model { |
32 | 32 | ||
33 | @AllowNull(false) | 33 | @AllowNull(false) |
34 | @Default(null) | 34 | @Default(null) |