diff --git a/src/store.ts b/src/store.ts index 28e46ed4..c994c516 100644 --- a/src/store.ts +++ b/src/store.ts @@ -237,7 +237,7 @@ export default function Store( this.SDKConfig.isDevelopmentMode = false; } - const endpoints: Dictionary = processEndpoints( + const endpoints: Dictionary = processEndpoints( config, this.SDKConfig.flags, apiKey