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,
});
if (
window.embeddedservice_bootstrap.liveAgentAPI &&
typeof window.embeddedservice_bootstrap.liveAgentAPI.startChat ===
window.embeddedservice_bootstrap.utilAPI &&
typeof window.embeddedservice_bootstrap.utilAPI.launchChat ===
"function"
) {
window.embeddedservice_bootstrap.utilAPI.launchChat();