File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codebolt/codeboltjs" ,
3
- "version" : " 1.1.48 " ,
3
+ "version" : " 1.1.49 " ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
6
"author" : " " ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class cbws {
24
24
try {
25
25
let fileContents = fs . readFileSync ( './codeboltagent.yml' , 'utf8' ) ;
26
26
let data :any = yaml . load ( fileContents ) ;
27
- return data . uniqueConnectionId ;
27
+ return data . unique_connectionid ;
28
28
} catch ( e ) {
29
29
console . error ( 'Unable to locate codeboltagent.yml file.' ) ;
30
30
return '' ;
@@ -35,7 +35,7 @@ class cbws {
35
35
try {
36
36
let fileContents = fs . readFileSync ( './codeboltagent.yml' , 'utf8' ) ;
37
37
let data :any = yaml . load ( fileContents ) ;
38
- return data . initialMessage ;
38
+ return data . initial_message ;
39
39
} catch ( e ) {
40
40
console . error ( 'Unable to locate codeboltagent.yml file.' ) ;
41
41
return '' ;
You can’t perform that action at this time.
0 commit comments