Skip to content

Commit 08d72d6

Browse files
committed
Add unsetOverridesStore method
1 parent ac0534c commit 08d72d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/eppo-client.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ export default class EppoClient {
194194
this.overridesStore = store;
195195
}
196196

197+
unsetOverridesStore(): void {
198+
this.overridesStore = undefined;
199+
}
200+
197201
async fetchFlagConfigurations() {
198202
if (!this.configurationRequestParameters) {
199203
throw new Error(

0 commit comments

Comments
 (0)