From 22bb24080607a918bad5b91618b04cfb8319fb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 17 Aug 2019 01:05:52 +0200 Subject: [PATCH] fix typo --- app/services/notifier/channels/email.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/notifier/channels/email.rb b/app/services/notifier/channels/email.rb index 1657ef8..8b78ec8 100644 --- a/app/services/notifier/channels/email.rb +++ b/app/services/notifier/channels/email.rb @@ -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