21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 22:10:50 +02:00
This commit is contained in:
Jérémy Lecour 2019-08-17 01:05:52 +02:00
parent 8de758c9f6
commit 8d27c8845b

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