We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed05e0c commit 40c5663Copy full SHA for 40c5663
src/Octopus.OpenFeature.Provider/OctopusFeatureContext.cs
@@ -91,7 +91,6 @@ bool Evaluate(FeatureToggleEvaluation evaluation, EvaluationContext? context = n
91
}
92
93
94
- // should we move this up so we do it before the rollout percentage check? I think yes.
95
return evaluation.Segments.Length == 0 || MatchesSegment(context, evaluation.Segments);
96
97
0 commit comments