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