Skip to content

Commit

Permalink
Update ExcelAnalyzer report emails destination
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed May 16, 2024
1 parent fe43756 commit 5fc4c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/excel_analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def report(foi_attachment, metadata)

mail(
from: from,
to: pro_contact_from_name_and_email,
to: ENV['EXCEL_ANALYZER_NOTIFICATION_EMAIL'],
subject: _('ExcelAnalyzer: hidden data detected [{{reference}}]',
reference: @foi_attachment.id)
)
Expand Down

0 comments on commit 5fc4c3e

Please sign in to comment.