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 37d20e1 commit 7f423b7Copy full SHA for 7f423b7
src/client/eppo-client.ts
@@ -957,8 +957,7 @@ export default class EppoClient {
957
validateNotBlank(flagKey, 'Invalid argument: flagKey cannot be blank');
958
959
const flagEvaluationDetailsBuilder = this.newFlagEvaluationDetailsBuilder(flagKey);
960
-
961
- const overrideVariation = this.overridesStore?.get(getMD5Hash(flagKey));
+ const overrideVariation = this.overridesStore?.get(flagKey);
962
if (overrideVariation) {
963
const configFormat = this.overridesStore?.getFormat() ?? '';
964
const flagEvaluationDetails = flagEvaluationDetailsBuilder
0 commit comments