Skip to content

Commit 7c4cae5

Browse files
chore(internal): codegen related update (#2477)
1 parent 49a48d8 commit 7c4cae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pagination.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class CursorPagination<Item> extends AbstractPage<Item> implements Cursor
188188

189189
return {
190190
params: {
191-
cursor: cursor,
191+
cursor,
192192
},
193193
};
194194
}
@@ -258,7 +258,7 @@ export class CursorLimitPagination<Item>
258258

259259
return {
260260
params: {
261-
cursor: cursor,
261+
cursor,
262262
},
263263
};
264264
}

0 commit comments

Comments
 (0)