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 1c123d4 commit f46a439Copy full SHA for f46a439
worker/client-channel.js
@@ -16,7 +16,7 @@ const INTERNAL_PATHS = {
16
run: 'https://codeit.codes/run',
17
run_: 'https://dev.codeit.codes/run',
18
19
- relLivePath: '/run/' + '_/'.repeat(15);
+ relLivePath: ('/run/' + '_/'.repeat(15)),
20
21
clientId: 'https://codeit.codes/worker/getClientId',
22
clientId_: 'https://dev.codeit.codes/worker/getClientId',
0 commit comments