Skip to content

Commit 0e83879

Browse files
authored
Add oliveReadyPromise initialization in wsi2.html
1 parent 7343cd0 commit 0e83879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npachpande/cwc/local/patch/wsi2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
firstBotMessagePromise = new Promise((resolve) => {
4141
firstBotMessagePromiseResolve = resolve;
4242
});
43+
oliveReadyPromise = new Promise();
4344
});
4445

4546
window.addEventListener("onEmbeddedMessagingConversationStarted", () => {

0 commit comments

Comments
 (0)