Skip to content

Commit c4c1274

Browse files
authored
Make AdminMailer#linked_object_anomalies go to engineers again (#14489)
## Summary of the problem <!-- Why are these changes being made? What problem does it solve? Link any related issues to provide more details. --> #14481 accidentally made the mailer to to admin@bank.engineering instead of engineers ## Describe your changes <!-- Explain your thought process to the solution and provide a quick summary of the changes. --> Set it to engineers <!-- If there are any visual changes, please attach images, videos, or gifs. -->
1 parent 605ebec commit c4c1274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/mailers/admin_mailer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def linked_object_anomalies(anomalous_items:)
130130
@anomalous_items = anomalous_items
131131

132132
mail(
133-
to: "admin@bank.engineering",
133+
to: engineers,
134134
subject: "#{anomalous_items.length} items have linked object anomalies"
135135
)
136136
end

0 commit comments

Comments
 (0)