We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a48d8 commit 7c4cae5Copy full SHA for 7c4cae5
1 file changed
src/pagination.ts
@@ -188,7 +188,7 @@ export class CursorPagination<Item> extends AbstractPage<Item> implements Cursor
188
189
return {
190
params: {
191
- cursor: cursor,
+ cursor,
192
},
193
};
194
}
@@ -258,7 +258,7 @@ export class CursorLimitPagination<Item>
258
259
260
261
262
263
264
0 commit comments