Video player working correctly
This commit is contained in:
parent
211d627a96
commit
4a57a4c603
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue