@meetelise/chat 1.43.13 → 1.43.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/MyPubnub.ts +1 -1
package/package.json
CHANGED
package/src/MyPubnub.ts
CHANGED
|
@@ -581,7 +581,7 @@ class MyPubnub {
|
|
|
581
581
|
orgSlug: this.orgSlug,
|
|
582
582
|
});
|
|
583
583
|
}
|
|
584
|
-
}, 90000); // if after 90 seconds, no message - we
|
|
584
|
+
}, 90000); // if after 90 seconds, no message - we erro
|
|
585
585
|
|
|
586
586
|
if (this.simpleChatMessages.length === 0) {
|
|
587
587
|
this.leadSourceClient?.checkAndHandleForLogLeadSource({
|