This commit is contained in:
parent
ade5b933d8
commit
62bcac28dd
@ -18,7 +18,7 @@ module.exports = (get_db) => ({
|
||||
)
|
||||
.from ('log')
|
||||
.where ({ app_id })
|
||||
.orderBy ('timestamp')
|
||||
.orderBy ({ column: 'timestamp', order: 'desc' })
|
||||
.limit (Math.min (limit, 10000))
|
||||
.offset (offset);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user