Skip to content
Snippets Groups Projects

Add a Tag Name filter to the Incident Timeline API

7 unresolved threads
1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
@@ -19,14 +19,6 @@ def execute
end
# rubocop: enable CodeReuse/ActiveRecord
# rubocop:disable Rails/Output
puts 'START'
puts params[:tag_name] if params[:tag_name]
puts collection.length
puts collection.to_yaml
puts 'END'
# rubocop:enable Rails/Output
collection = by_id(collection)
sort(collection)
end
Loading