Skip to content

Commit e615491

Browse files
committed
fix(compatibility): remove unused constants import from sqlite
1 parent d376354 commit e615491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/node-sqlite-compatibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
console.log("Using @photostructure/sqlite");
1515
}
1616

17-
const { DatabaseSync, constants } = sqlite;
17+
const { DatabaseSync } = sqlite;
1818

1919
// Create database - API is identical
2020
const db = new DatabaseSync(":memory:", {

0 commit comments

Comments
 (0)