parent
97e8a203d8
commit
a49c8ddeb6
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ export default function (server: Server, ctx: AppContext) {
|
|||
.selectAll()
|
||||
.orderBy('indexedAt', 'desc')
|
||||
.orderBy('cid', 'desc')
|
||||
.limit(params.limit)
|
||||
|
||||
if (params.cursor) {
|
||||
const [indexedAt, cid] = params.cursor.split('..')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue