Skip to content

Commit 23534da

Browse files
committed
fix: added delay in chatwoot receive webhook
1 parent 384e311 commit 23534da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function bootstrap() {
8383
httpService.post('', errorData);
8484
}
8585

86-
if (err['message'].includes('No sessions') || err['message'].includes('Connection Closed')) {
86+
if (err['message'].includes('No sessions')) {
8787
console.log(err['message']);
8888
process.exit(1);
8989
}

0 commit comments

Comments
 (0)