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

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Christian
2025-11-27 13:08:07 +01:00
committed by GitHub
parent 3f944ded98
commit 804344c5ac

View File

@@ -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,
};