We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4abce commit 018aa89Copy full SHA for 018aa89
content/api/5-cursor.mdx
@@ -76,6 +76,6 @@ cursor.read(100, (err, rows) => {
76
77
## close
78
79
-### `cursor.close(callback: (err: Error) => void) => void`
+### `cursor.close(callback: () => void) => void`
80
81
Used to close the cursor early. If you want to stop reading from the cursor before you get all of the rows returned, call this.
0 commit comments