Skip to content

Commit 2dc4816

Browse files
authored
Update lib/flagsmith/engine/segments/models.rb
1 parent 1f5a0a8 commit 2dc4816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/flagsmith/engine/segments/models.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def match_modulo_value(trait_value)
103103
def match_in_value(trait_value)
104104
return false if trait_value.nil? || trait_value.is_a?(TrueClass) || trait_value.is_a?(FalseClass)
105105

106-
(segments/models_spec.rb)
107106
return false unless ![true, false].include? trait_value
108107

109108
if @value.is_a?(Array)

0 commit comments

Comments
 (0)