Skip to content

Commit

Permalink
fix: do not initialize cache when flag is off
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Dec 12, 2024
1 parent 34fafae commit 1be08d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const createClientFeatureToggleCache = (
featureToggleClientStore,
eventStore,
configurationRevisionService,
flagResolver,
);

return clientFeatureToggleCache;
Expand Down

0 comments on commit 1be08d4

Please sign in to comment.