1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix sequelize order typings

This commit is contained in:
Chocobozzz 2021-10-22 16:39:37 +02:00
parent 532e6a4172
commit 0c691a182c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 6 additions and 6 deletions

View file

@ -487,7 +487,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
')'
),
'videoQuotaUsed'
] as any // FIXME: typings
]
]
},
offset: start,