Skip to content

Commit 458bc0e

Browse files
yfrancisgreghuels
authored andcommitted
Add unsetOverridesStore method
1 parent 1c9697a commit 458bc0e

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
@@ -209,6 +209,10 @@ export default class EppoClient {
209209
this.overridesStore = store;
210210
}
211211

212+
unsetOverridesStore(): void {
213+
this.overridesStore = undefined;
214+
}
215+
212216
async fetchFlagConfigurations() {
213217
if (!this.configurationRequestParameters) {
214218
throw new Error(

0 commit comments

Comments
 (0)