Fix failing check on sierra transfer
This commit is contained in:
parent
99d44f9a99
commit
a4389e93fb
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export default {
|
|||
const transfer = event.detail;
|
||||
if (
|
||||
window.embeddedservice_bootstrap &&
|
||||
typeof window.embeddedservice_bootstrap.bootstrapEmbeddedService === "function"
|
||||
window.embeddedservice_bootstrap.prechatAPI
|
||||
) {
|
||||
if (
|
||||
transfer &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue