This commit is contained in:
Jérémy Lecour 2019-08-17 01:05:52 +02:00
parent 8a3cfb447b
commit 22bb240806
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module Notifier
.deliver_now
end
def ssl_notify_expires_soon(_notification)
def ssl_notify_expires_soon(check_notification)
NotificationsMailer.with(check_notification: check_notification)
.ssl_expires_soon
.deliver_now