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