Skip to content

Commit

Permalink
fix: reliability issue 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
nyedidikeke authored May 4, 2024
1 parent 6bef35b commit 1d546d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-selfhosted.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const main = async () => {
k.add_module(new DatabaseModule());
k.add_module(new PuterDriversModule());
k.add_module(new LocalDiskStorageModule());
k.add_module(new SelfhostedModule()),
k.add_module(new SelfhostedModule());
k.boot();
};

Expand Down

0 comments on commit 1d546d9

Please sign in to comment.