We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd3bf7 commit 5768303Copy full SHA for 5768303
src/client/eppo-client.ts
@@ -942,8 +942,7 @@ export default class EppoClient {
942
validateNotBlank(flagKey, 'Invalid argument: flagKey cannot be blank');
943
944
const flagEvaluationDetailsBuilder = this.newFlagEvaluationDetailsBuilder(flagKey);
945
-
946
- const overrideVariation = this.overridesStore?.get(getMD5Hash(flagKey));
+ const overrideVariation = this.overridesStore?.get(flagKey);
947
if (overrideVariation) {
948
const configFormat = this.overridesStore?.getFormat() ?? '';
949
const flagEvaluationDetails = flagEvaluationDetailsBuilder
0 commit comments