]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/user/user.ts
Add ability to filter by file type
[github/Chocobozzz/PeerTube.git] / server / models / user / user.ts
index ddce455a1dda464bd9a17a51c401e7b46da8027d..b56f37e558eea81a3bfa19e0950266d246d8d149 100644 (file)
@@ -487,7 +487,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
               ')'
             ),
             'videoQuotaUsed'
-          ] as any // FIXME: typings
+          ]
         ]
       },
       offset: start,