Skip to content

Commit

Permalink
Merge pull request #38 from damiangoc-esky/hash-fix
Browse files Browse the repository at this point in the history
Set HashVersion of Experiment using Rule
  • Loading branch information
Norhaven authored Jun 20, 2024
2 parents c49420f + f667264 commit 631885c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GrowthBook/GrowthBook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ public FeatureResult EvalFeature(string featureId)
Name = rule.Name,
Phase = rule.Phase,
Seed = rule.Seed,
Filters = rule.Filters
Filters = rule.Filters,
HashVersion = rule.HashVersion
};

var result = RunExperiment(experiment, featureId);
Expand Down

0 comments on commit 631885c

Please sign in to comment.