mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 19:37:30 -06:00
formatting
This commit is contained in:
parent
4d1acc477c
commit
c7c8edd982
2 changed files with 6 additions and 6 deletions
|
|
@ -64,10 +64,10 @@
|
|||
console.log('difficulty:', difficulty);
|
||||
|
||||
// Prepare the worker with task function.
|
||||
const worker = new Worker(workerTaskURL);
|
||||
const worker = new Worker(workerTaskURL);
|
||||
worker.postMessage({
|
||||
challenge: challenge,
|
||||
difficulty: difficulty,
|
||||
challenge: challenge,
|
||||
difficulty: difficulty,
|
||||
});
|
||||
|
||||
// Set the main worker function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue