tsv2-library 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39274,7 +39274,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
39274
39274
  const isDev = window.location.hostname.includes("dev");
39275
39275
  const isStaging = window.location.hostname.includes("staging");
39276
39276
  const isLocal = window.location.hostname.includes("localhost");
39277
- const isCompanyProdTest = companyId === "2009458985643544576";
39277
+ const isCompanyProdTest = companyId === "2083038253983731712";
39278
39278
  if (isTest && (isLocal || isDev || isStaging || isCompanyProdTest)) {
39279
39279
  startScanForTest();
39280
39280
  } else {