aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/user/user.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-22 16:39:37 +0200
committerChocobozzz <me@florianbigard.com>2021-10-22 16:40:48 +0200
commit0c691a182c7aeaf0d0e6f7f71d46d6f558e2843b (patch)
tree8e01303d264792e114c20a0d1d530df48841ee6f /server/models/user/user.ts
parent532e6a4172154716d6c6ab2a7f715625d600987c (diff)
downloadPeerTube-0c691a182c7aeaf0d0e6f7f71d46d6f558e2843b.tar.gz
PeerTube-0c691a182c7aeaf0d0e6f7f71d46d6f558e2843b.tar.zst
PeerTube-0c691a182c7aeaf0d0e6f7f71d46d6f558e2843b.zip
Fix sequelize order typings
Diffstat (limited to 'server/models/user/user.ts')
-rw-r--r--server/models/user/user.ts2
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,