Skip to content

Commit b409e51

Browse files
Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 81e0791 commit b409e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const result = await getRange.do({
200200
tableName: "users",
201201
direction: Direction.FORWARD, // or Direction.BACKWARD
202202
inclusiveStartPrimaryKey: [
203-
createPrimaryKey("id", "100")
203+
createPrimaryKey("id", "100"),
204204
createPrimaryKey("age", INF_MIN),
205205
],
206206
exclusiveEndPrimaryKey: [

0 commit comments

Comments
 (0)