Skip to content

Commit

Permalink
added comment for segment id bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-allen committed Oct 23, 2024
1 parent eb39f5c commit 3c7a9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/handler/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ var EvalFlagWithContext = func(flag *entity.Flag, evalContext models.EvalContext
evalResult := BlankResult(flag, evalContext, "")
evalResult.EvalDebugLog.SegmentDebugLogs = logs

// evalNextSegment is false means that one of the segment constraints are satisfied
if !evalNextSegment {
evalResult.SegmentID = sID
}
Expand Down

0 comments on commit 3c7a9af

Please sign in to comment.