fix: correct SevenIO notification receiver field name (#6424)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/5613/head^2
Christian 5 months ago committed by GitHub
parent 3f944ded98
commit 804344c5ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,7 @@ class SevenIO extends NotificationProvider {
const okMsg = "Sent Successfully.";
const data = {
to: notification.sevenioTo,
to: notification.sevenioReceiver,
from: notification.sevenioSender || "Uptime Kuma",
text: msg,
};

Loading…
Cancel
Save