Skip to content

Commit 5da6130

Browse files
committed
Update worker-channel.js
1 parent 37a9942 commit 5da6130

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ async function setupWorkerChannel() {
5959
workerInstallPromise = pingWorkerForClientId();
6060

6161
workerClientId = await workerInstallPromise;
62-
63-
workerInstallPromise = null;
64-
62+
6563

6664
// create worker channel
6765
workerChannel = new BroadcastChannel('worker-channel');

0 commit comments

Comments
 (0)