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;
|
const transfer = event.detail;
|
||||||
if (
|
if (
|
||||||
window.embeddedservice_bootstrap &&
|
window.embeddedservice_bootstrap &&
|
||||||
typeof window.embeddedservice_bootstrap.bootstrapEmbeddedService === "function"
|
window.embeddedservice_bootstrap.prechatAPI
|
||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
transfer &&
|
transfer &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue