Skip to content

Commit fd622a5

Browse files
changes
1 parent 76d2475 commit fd622a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/websocket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class cbws {
2222
private getUniqueConnectionId(): string {
2323
try {
2424
let fileContents = fs.readFileSync('./codebotagent.yml', 'utf8');
25-
let data = yaml.safeLoad(fileContents);
25+
let data = yaml.load(fileContents);
2626
return data.uniqueConnectionId;
2727
} catch (e) {
2828
console.log(e);

0 commit comments

Comments
 (0)