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