File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codebolt/codeboltjs" ,
3
- "version" : " 1.1.73 " ,
3
+ "version" : " 1.1.74 " ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
6
"author" : " " ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class cbws {
15
15
const uniqueConnectionId = this . getUniqueConnectionId ( ) ;
16
16
const initialMessage = this . getInitialMessage ( ) ;
17
17
console . log ( uniqueConnectionId )
18
- this . websocket = new WebSocket ( `ws://localhost:${ process . env . SOCKET_PORT } /codebolt?id=${ uniqueConnectionId } ${ process . env . Is_DEV ? '&dev=true' : '' } ` ) ;
18
+ this . websocket = new WebSocket ( `ws://localhost:${ process . env . SOCKET_PORT } /codebolt?id=${ uniqueConnectionId } ${ process . env . Is_Dev ? '&dev=true' : '' } ` ) ;
19
19
this . initializeWebSocket ( initialMessage ) . catch ( error => {
20
20
console . error ( "WebSocket connection failed:" , error ) ;
21
21
} ) ;
You can’t perform that action at this time.
0 commit comments