From ef9b5037fbb97fa597194760a9d3a22a04eeeeda Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 9 Aug 2025 10:38:06 +0200 Subject: [PATCH] =?UTF-8?q?fix(push-notif):=20label=20"undefined=20=C3=A0?= =?UTF-8?q?=20"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/notifications/channels/notifAlert.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/notifications/channels/notifAlert.js b/src/notifications/channels/notifAlert.js index 506e6ff..360bbcb 100644 --- a/src/notifications/channels/notifAlert.js +++ b/src/notifications/channels/notifAlert.js @@ -89,7 +89,9 @@ export default async function notifAlert(data) { // Generate notification content const { title, body, bigText } = generateAlertContent({ - oneAlert: { alertTag, code, level }, + alertTag, + code, + level, initialDistance, reason, });