Skip to content

Commit 4a1c2ff

Browse files
authored
FFM-11194 AND/OR: Continue to next group rule (#154)
1 parent 2f0ceab commit 4a1c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/evaluator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func (e Evaluator) isTargetIncludedOrExcludedInSegment(segmentList []string, tar
291291
return true
292292
}
293293
}
294-
return false
294+
continue
295295
}
296296

297297
// Fall back to legacy `Rules`

0 commit comments

Comments
 (0)