arky-sdk 0.1.1 → 0.1.2

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.
package/dist/stores.cjs CHANGED
@@ -583,7 +583,7 @@ var businessActions = {
583
583
  return businessStore.get().data;
584
584
  }
585
585
  };
586
- if (typeof window !== "undefined") {
586
+ if (typeof window !== "undefined" && BUSINESS_ID) {
587
587
  businessActions.init().catch(console.error);
588
588
  }
589
589