Skip to content

Commit

Permalink
Merge pull request #181 from AlexErrant/remove-sql_0001
Browse files Browse the repository at this point in the history
remove sql_0001
  • Loading branch information
rhashimoto authored May 29, 2024
2 parents 7975871 + eee23f5 commit a6d71b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/file/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as VFS from "../../src/VFS.js";
import { IDBBatchAtomicVFS } from "../../src/examples/IDBBatchAtomicVFS.js";
import { sql_0001 } from "../../test/sql_0001.js";

const SEARCH_PARAMS = new URLSearchParams(location.search);
const IDB_NAME = SEARCH_PARAMS.get('idb') ?? 'sqlite-vfs';
Expand Down

0 comments on commit a6d71b9

Please sign in to comment.