Skip to content

Commit

Permalink
fix(merge): remove the cache
Browse files Browse the repository at this point in the history
Signed-off-by: Usman <[email protected]>
  • Loading branch information
ubabar123 committed Dec 18, 2024
1 parent 84dd038 commit ed60622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-feature-dart-server-sdk/lib/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class FeatureClient {
HookStage.ERROR,
flagKey,
currentContext,
error: error,
error: error,
);
return defaultValue;
} finally {
Expand Down

0 comments on commit ed60622

Please sign in to comment.