Skip to content

Commit f46a439

Browse files
committed
Update client-channel.js
1 parent 1c123d4 commit f46a439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const INTERNAL_PATHS = {
1616
run: 'https://codeit.codes/run',
1717
run_: 'https://dev.codeit.codes/run',
1818

19-
relLivePath: '/run/' + '_/'.repeat(15);
19+
relLivePath: ('/run/' + '_/'.repeat(15)),
2020

2121
clientId: 'https://codeit.codes/worker/getClientId',
2222
clientId_: 'https://dev.codeit.codes/worker/getClientId',

0 commit comments

Comments
 (0)