Skip to content

Commit 7f423b7

Browse files
yfrancisgreghuels
authored andcommitted
Revert "Hash flag keys before looking up"
This reverts commit 8cdd8ec.
1 parent 37d20e1 commit 7f423b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/eppo-client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,7 @@ export default class EppoClient {
957957
validateNotBlank(flagKey, 'Invalid argument: flagKey cannot be blank');
958958

959959
const flagEvaluationDetailsBuilder = this.newFlagEvaluationDetailsBuilder(flagKey);
960-
961-
const overrideVariation = this.overridesStore?.get(getMD5Hash(flagKey));
960+
const overrideVariation = this.overridesStore?.get(flagKey);
962961
if (overrideVariation) {
963962
const configFormat = this.overridesStore?.getFormat() ?? '';
964963
const flagEvaluationDetails = flagEvaluationDetailsBuilder

0 commit comments

Comments
 (0)