diff --git a/src/index.ts b/src/index.ts index d847d77..1945512 100644 --- a/src/index.ts +++ b/src/index.ts @@ -293,6 +293,8 @@ export function offlineInit(config: IClientConfigSync): EppoClient { ); EppoJSClient.instance.setOverridesStore(overridesStore); + } else { + EppoJSClient.instance.unsetOverridesStore(); } // Allow the caller to override the default obfuscated mode, which is false