parent
2bff86cb4e
commit
d93c993883
@ -28,6 +28,7 @@ export default function (server: Server, ctx: AppContext) {
|
|||||||
.selectAll()
|
.selectAll()
|
||||||
.orderBy('indexedAt', 'desc')
|
.orderBy('indexedAt', 'desc')
|
||||||
.orderBy('cid', 'desc')
|
.orderBy('cid', 'desc')
|
||||||
|
.limit(params.limit)
|
||||||
|
|
||||||
if (params.cursor) {
|
if (params.cursor) {
|
||||||
const [indexedAt, cid] = params.cursor.split('..')
|
const [indexedAt, cid] = params.cursor.split('..')
|
||||||
|
Loading…
Reference in New Issue
Block a user