fix(push-notif): label "undefined à "

This commit is contained in:
devthejo 2025-08-09 10:38:06 +02:00
parent 5858f93b8c
commit f65aa4b01f

View file

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