From 5bd09c249cef6491edd7ce846e9123db72d792fd Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Thu, 22 Jan 2026 14:55:57 -0500 Subject: [PATCH] Formatting --- .../salesforce-webchat/salesforce-helper-sys.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/digital-components/salesforce-webchat/salesforce-helper-sys.js b/src/digital-components/salesforce-webchat/salesforce-helper-sys.js index c843ced94..d946674d0 100644 --- a/src/digital-components/salesforce-webchat/salesforce-helper-sys.js +++ b/src/digital-components/salesforce-webchat/salesforce-helper-sys.js @@ -46,11 +46,11 @@ export function initializeSalesforceWebchatForSys( embeddedservice_bootstrap.settings.language = "en_US"; // For example, enter 'en' or 'en-US' embeddedservice_bootstrap.init( - '00DcY0000067qKz', - 'Sales_Central_TFN', - 'https://safelite2--sys.sandbox.my.site.com/ESWSalesCentralTFN1767797265631', + "00DcY0000067qKz", + "Sales_Central_TFN", + "https://safelite2--sys.sandbox.my.site.com/ESWSalesCentralTFN1767797265631", { - scrt2URL: 'https://safelite2--sys.sandbox.my.salesforce-scrt.com' + scrt2URL: "https://safelite2--sys.sandbox.my.salesforce-scrt.com", } ); } catch (err) {