diff --git a/services/notificationService.js b/services/notificationService.js index 17e7be6..bf32a00 100644 --- a/services/notificationService.js +++ b/services/notificationService.js @@ -32,7 +32,6 @@ async function sendNtfyNotification(adminNtfy, userNtfy, payload) { const topic = `${sanitizedPrefix}${separator}${sanitizedTopic}` || sanitizedPrefix || sanitizedTopic; const url = `${server}/${topic}`; const headers = { - Title: payload.title, Priority: payload.priority || 'default', 'Content-Type': 'text/plain; charset=utf-8' };