Skip to content

Commit

Permalink
Remove AddonTags from the excluded fields
Browse files Browse the repository at this point in the history
  • Loading branch information
aapomm committed Oct 11, 2024
1 parent 33de217 commit e598ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/diffed_content.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DiffedContent
EXCLUDED_FIELDS = %w(id plugin plugin_id AddonTags)
EXCLUDED_FIELDS = %w(id plugin plugin_id)

attr_reader :source, :target

Expand Down

0 comments on commit e598ebf

Please sign in to comment.