Skip to content

Commit

Permalink
Switched to cursorV2 to make use of the fix for hoarder-app#140 and p…
Browse files Browse the repository at this point in the history
…revent infinite loops
  • Loading branch information
kamtschatka committed May 24, 2024
1 parent eac54e6 commit 474a178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cli/src/commands/bookmarks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ bookmarkCmd
archived: opts.includeArchived ? undefined : false,
listId: opts.listId,
limit: MAX_NUM_BOOKMARKS_PER_PAGE,
useCursorV2: true,
};

let resp = await api.bookmarks.getBookmarks.query(request);
Expand Down

0 comments on commit 474a178

Please sign in to comment.