Skip to content

Commit e351da1

Browse files
committed
Update worker-channel.js
1 parent 5bbe872 commit e351da1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

worker/worker-channel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ async function setupWorkerChannel() {
4545

4646
// ping worker for client ID
4747

48-
//workerInstallPromise = pingWorkerForClientId();
48+
workerInstallPromise = pingWorkerForClientId();
4949

50-
//workerClientId = await workerInstallPromise;
50+
workerClientId = await workerInstallPromise;
5151

5252
workerInstallPromise = null;
5353

0 commit comments

Comments
 (0)