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 11{
22 "name" : " @codebolt/codeboltjs" ,
3- "version" : " 1.1.73 " ,
3+ "version" : " 1.1.74 " ,
44 "description" : " " ,
55 "keywords" : [],
66 "author" : " " ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class cbws {
1515 const uniqueConnectionId = this . getUniqueConnectionId ( ) ;
1616 const initialMessage = this . getInitialMessage ( ) ;
1717 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' : '' } ` ) ;
1919 this . initializeWebSocket ( initialMessage ) . catch ( error => {
2020 console . error ( "WebSocket connection failed:" , error ) ;
2121 } ) ;
You can’t perform that action at this time.
0 commit comments