Skip to content

Commit

Permalink
action_mailer: fix constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmustin committed Aug 18, 2021
1 parent c929fc6 commit c21540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddtrace/contrib/action_mailer/ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Ext
TAG_BCC = 'action_mailer.bcc'.freeze
TAG_CC = 'action_mailer.cc'.freeze
TAG_DATE = 'action_mailer.date'.freeze
TAG_PERFORM = 'action_mailer.perform_deliveries'.freeze
TAG_PERFORM_DELIVERIES = 'action_mailer.perform_deliveries'.freeze
end
end
end
Expand Down

0 comments on commit c21540f

Please sign in to comment.