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

This commit is contained in:
Jo 2025-08-09 10:38:06 +02:00
parent 0b5e936714
commit ef9b5037fb
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -89,7 +89,9 @@ export default async function notifAlert(data) {
// Generate notification content // Generate notification content
const { title, body, bigText } = generateAlertContent({ const { title, body, bigText } = generateAlertContent({
oneAlert: { alertTag, code, level }, alertTag,
code,
level,
initialDistance, initialDistance,
reason, reason,
}); });