We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d0fe3 commit 712de84Copy full SHA for 712de84
worker/client-channel.js
@@ -82,7 +82,7 @@ function sendRequestToClient(request, clientId) {
82
return new Promise((resolve, reject) => {
83
84
// get client ID
85
- const clientId = liveViewClients[clientId] ?? clientId;
+ clientId = liveViewClients[clientId] ?? clientId;
86
87
let url = request.url;
88
0 commit comments