From 9d7b3176dc20ef38546ce25c2b4d34a0316d9160 Mon Sep 17 00:00:00 2001 From: devthejo Date: Fri, 4 Jul 2025 14:27:12 +0200 Subject: [PATCH] fix: undefined followLocation --- services/api/src/api/v1/operations/alert/send-alert.patch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/src/api/v1/operations/alert/send-alert.patch.js b/services/api/src/api/v1/operations/alert/send-alert.patch.js index 9472a61..2dd41c2 100644 --- a/services/api/src/api/v1/operations/alert/send-alert.patch.js +++ b/services/api/src/api/v1/operations/alert/send-alert.patch.js @@ -27,7 +27,7 @@ module.exports = function () { callEmergency, notifyAround, notifyRelatives, - followLocation, + followLocation = false, level, subject, accuracy,