diff options
Diffstat (limited to 'server/models/user/user.ts')
-rw-r--r-- | server/models/user/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/user/user.ts b/server/models/user/user.ts index ddce455a1..b56f37e55 100644 --- a/server/models/user/user.ts +++ b/server/models/user/user.ts | |||
@@ -487,7 +487,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> { | |||
487 | ')' | 487 | ')' |
488 | ), | 488 | ), |
489 | 'videoQuotaUsed' | 489 | 'videoQuotaUsed' |
490 | ] as any // FIXME: typings | 490 | ] |
491 | ] | 491 | ] |
492 | }, | 492 | }, |
493 | offset: start, | 493 | offset: start, |