Video player working correctly

This commit is contained in:
Alex Tran 2022-02-05 23:55:24 -06:00
parent 211d627a96
commit 4a57a4c603

View file

@ -63,7 +63,7 @@ export class AssetService {
lastQueryCreatedAt: query.nextPageKey || new Date().toISOString(),
})
.orderBy('a."createdAt"::date', 'DESC')
// .take(5000)
// .take(500)
.getMany();
if (assets.length > 0) {