Skip to content

Commit

Permalink
hide warns
Browse files Browse the repository at this point in the history
  • Loading branch information
alpancs committed Sep 24, 2024
1 parent ad87f51 commit 2bef038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/public/scripts/quranize-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ self.onmessage = message => {
};

self.postMessage({ status: EventStatus.EngineInitiationStarted });
await init();
await init({});
quranize = new Quranize();
self.postMessage({ status: EventStatus.EngineInitiated });

Expand Down

0 comments on commit 2bef038

Please sign in to comment.