Fix syntax error
All checks were successful
Run unit tests / rubocop (pull_request) Successful in 34s
Run unit tests / check-licenses (pull_request) Successful in 36s
Run unit tests / copyright_notice (pull_request) Successful in 51s
Run unit tests / unit_tests (pull_request) Successful in 1m29s
Run unit tests / build-static-assets (pull_request) Successful in 9m53s

This commit is contained in:
Manuel Bustillo 2025-07-05 13:44:54 +02:00
parent b3f339a02b
commit ba97a3155a

View File

@ -81,9 +81,8 @@ Rails.application.configure do
password: File.read("/run/secrets/smtp_password").strip,
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym
}
rescue Errno::ENOENT
{}
end
rescue Errno::ENOENT
{}
end