Skip to content

Commit

Permalink
Update ConfigEvaluation.cs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Oct 19, 2022
1 parent 3fbfd85 commit 32a4218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal ConfigEvaluation(
Result = result;
GateValue = gate ?? new FeatureGate();
ConfigValue = config ?? new DynamicConfig();
UndelegatedSecondaryExposures = new List<IReadOnlyDictionary<string, string>>();
UndelegatedSecondaryExposures = ConfigValue.SecondaryExposures;
ExplicitParameters = new List<string>();
}
}
Expand Down

0 comments on commit 32a4218

Please sign in to comment.