Skip to content

Commit

Permalink
Merge pull request #20 from penwern/fix-multipart-checksums
Browse files Browse the repository at this point in the history
?
  • Loading branch information
Sunday-Crunk authored Nov 19, 2024
2 parents 981b30e + ed1c006 commit 7922bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/WorkerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CurateWorkerManager {
}

// Load the worker from jsDelivr
const workerUrl = "/workers/hashWorker.worker.js";
const workerUrl = "/workers/hashWorker.js";
this.worker = new Worker(workerUrl);
console.log("Worker initialized: ", this.worker);
this.setupWorkerHandlers();
Expand Down

0 comments on commit 7922bb5

Please sign in to comment.