Skip to content

Commit

Permalink
fix(saved posts): pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 13, 2024
1 parent f3aba73 commit 22d01d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/premium/saved-posts/[domain].vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
// .orderBy('created_at')
.reverse()
//
// .limit(PAGE_SIZE)
// .offset(page * PAGE_SIZE)
.offset(page * PAGE_SIZE)
.limit(PAGE_SIZE)
//
.toArray()
Expand Down

0 comments on commit 22d01d4

Please sign in to comment.