Skip to content

Commit 1d754e6

Browse files
committed
Update doc example
1 parent 7e830c2 commit 1d754e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7663,7 +7663,7 @@ if (!validTables.includes(tableName)) {
76637663
throw new Error('Invalid table name');
76647664
}
76657665

7666-
query = 'SELECT * FROM ' + tableName;
7666+
const query = 'SELECT * FROM ' + tableName;
76677667
```
76687668
76697669
The same technique can be used to construct the list of selected

0 commit comments

Comments
 (0)