Minor fix

This commit is contained in:
scottkiener-at-safelite 2026-01-22 15:53:53 -05:00
parent 472d17557f
commit a48c018e90

View file

@ -156,8 +156,8 @@ export default {
Email: transfer.data.email, Email: transfer.data.email,
}); });
if ( if (
window.embeddedservice_bootstrap.liveAgentAPI && window.embeddedservice_bootstrap.utilAPI &&
typeof window.embeddedservice_bootstrap.liveAgentAPI.startChat === typeof window.embeddedservice_bootstrap.utilAPI.launchChat ===
"function" "function"
) { ) {
window.embeddedservice_bootstrap.utilAPI.launchChat(); window.embeddedservice_bootstrap.utilAPI.launchChat();