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:
parent
532e6a4172
commit
0c691a182c
4 changed files with 6 additions and 6 deletions
|
@ -487,7 +487,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
|
|||
')'
|
||||
),
|
||||
'videoQuotaUsed'
|
||||
] as any // FIXME: typings
|
||||
]
|
||||
]
|
||||
},
|
||||
offset: start,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue