fix: Ruby version change
This commit is contained in:
parent
c69d4208f3
commit
c78db3aba0
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class FilterService
|
|||
filter_operator_value = filter_operation(query_hash, current_index)
|
||||
attribute_data_type = self.class::ATTRIBUTE_TYPES[attribute_type]
|
||||
|
||||
return ' ' unless @custom_attribute.present?
|
||||
return ' ' if @custom_attribute.blank?
|
||||
|
||||
table_name = attribute_model == 'conversation_attribute' ? 'conversations' : 'contacts'
|
||||
|
||||
|
|
Loading…
Reference in a new issue