Skip to content

Commit

Permalink
CC john on admin emails
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 13, 2024
1 parent 3a0a7a4 commit 2ec4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/admin_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AdminMailer < ApplicationMailer
default to: '[email protected]'
default to: ['[email protected]', '[email protected]']

def catalog_s3_sync_report
@s3_only = params[:s3_only]
Expand Down

0 comments on commit 2ec4f3f

Please sign in to comment.