Skip to content

Commit 33657ae

Browse files
committed
lint
1 parent c34fe93 commit 33657ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function querySingleRecordOnLargeDB() {
5858
}
5959

6060
export async function queryLargeDB() {
61-
let largeDb = open(DB_CONFIG);
61+
// let largeDb = open(DB_CONFIG);
6262

6363
// largeDb.execute('PRAGMA mmap_size=268435456');
6464

0 commit comments

Comments
 (0)