Skip to content

Commit 804d4cb

Browse files
committed
Starter: remove unneeded sandboxId from the SSE websocket query.
1 parent a8cb529 commit 804d4cb

File tree

1 file changed

+0
-3
lines changed
  • standalone-packages/sse-loading-screen/src

1 file changed

+0
-3
lines changed

standalone-packages/sse-loading-screen/src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ async function start() {
246246
transports: ['websocket'],
247247
reconnectionAttempts: 5,
248248
reconnectionDelayMax: 32000,
249-
query: {
250-
sandboxid: sandbox,
251-
},
252249
});
253250

254251
socket.on('connect', () => {

0 commit comments

Comments
 (0)