@opexa/portal-sdk 0.57.19 → 0.57.20

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/index.cjs CHANGED
@@ -8940,7 +8940,6 @@ var Sdk = class {
8940
8940
  }
8941
8941
  get marketDomain() {
8942
8942
  if (typeof window === "undefined") return null;
8943
- if (core.Capacitor.isNativePlatform()) return null;
8944
8943
  return sessionStorage.getItem("domain");
8945
8944
  }
8946
8945
  /*