Skip to content

Commit

Permalink
🐛 database path
Browse files Browse the repository at this point in the history
  • Loading branch information
GirkovArpa committed Feb 4, 2021
1 parent 2a25539 commit 149cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage.tis
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const initDatabase = function(storage) {
return storage.root;
}

const storage = Storage.open(self.url("database.bin"));
const storage = Storage.open("database.bin");
const root = storage.root || initDatabase(storage);

/** **/
Expand Down

0 comments on commit 149cef9

Please sign in to comment.