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 01948c4 commit f55c7d4Copy full SHA for f55c7d4
src/client/eppo-client.ts
@@ -942,7 +942,7 @@ export default class EppoClient {
942
validateNotBlank(flagKey, 'Invalid argument: flagKey cannot be blank');
943
944
// Check for override early
945
- const overrideVariation = this.overridesStore?.get(flagKey);
+ const overrideVariation = this.overridesStore?.get(getMD5Hash(flagKey));
946
if (overrideVariation) {
947
const configFormat = this.overridesStore?.getFormat() ?? '';
948
const flagEvaluationDetailsBuilder = this.newFlagEvaluationDetailsBuilder(flagKey);
0 commit comments