diff --git a/lib/check_search.rb b/lib/check_search.rb index 126b37168..ce8746209 100644 --- a/lib/check_search.rb +++ b/lib/check_search.rb @@ -357,8 +357,8 @@ def self.get_exported_data(query, team_id) pm.author_name.to_s.gsub(/ \[.*\]$/, ''), pm.created_at.strftime("%Y-%m-%d %H:%M:%S"), pm.published_at&.strftime("%Y-%m-%d %H:%M:%S"), - pm.linked_items_count(true), - pm.tags_as_sentence(true) + pm.linked_items_count, + pm.tags_as_sentence ] annotations = pm.get_annotations('task').map(&:load) fields.each do |field|