Skip to content

Commit

Permalink
FFM-11194 AND/OR: Continue to next group rule (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Apr 19, 2024
1 parent 2f0ceab commit 4a1c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (e Evaluator) isTargetIncludedOrExcludedInSegment(segmentList []string, tar
return true
}
}
return false
continue
}

// Fall back to legacy `Rules`
Expand Down

0 comments on commit 4a1c2ff

Please sign in to comment.