Skip to content

Commit 23ae289

Browse files
fix types
1 parent 59b9ce9 commit 23ae289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/db/adapters/wa-sqlite/WASQLiteConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const DEFAULT_MODULE_FACTORIES = {
127127
const vfs = await OPFSCoopSyncVFS.create(options.dbFileName, module);
128128
return {
129129
module,
130-
vfs
130+
vfs: vfs as any
131131
};
132132
}
133133
};

0 commit comments

Comments
 (0)