Skip to content

Commit 744687c

Browse files
committed
fix: type issue
1 parent 28f6811 commit 744687c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/op-sqlite/src/db/SqliteOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ export const DEFAULT_SQLITE_OPTIONS: Required<SqliteOptions> = {
6666
synchronous: SqliteSynchronous.normal,
6767
journalSizeLimit: 6 * 1024 * 1024,
6868
lockTimeoutMs: 30000,
69-
encryptionKey: null
69+
encryptionKey: null,
70+
extensions: []
7071
};

0 commit comments

Comments
 (0)