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