Skip to content

Commit e083015

Browse files
committed
add todo for async override persistence
1 parent 8569b42 commit e083015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/browser-sdk/src/flag/flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export class FlagsClient {
311311
} else {
312312
this.flagOverrides[key] = isEnabled;
313313
}
314+
// TODO(next major): make this async and await storage persistence.
314315
void this.setOverridesCache(this.flagOverrides);
315316

316317
this.updateFlags();

0 commit comments

Comments
 (0)