fix: Ruby version change

This commit is contained in:
Tejaswini 2022-06-02 16:06:13 +05:30
parent c69d4208f3
commit c78db3aba0

View file

@ -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'