From d0f4e2523937b13111f43f72056737fc520e4070 Mon Sep 17 00:00:00 2001 From: Purple Date: Sun, 18 Jan 2026 11:42:57 +0000 Subject: [PATCH] fixed n8n webhooks --- webapp/includes/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/includes/app.js b/webapp/includes/app.js index 72e65ca..503b8a6 100644 --- a/webapp/includes/app.js +++ b/webapp/includes/app.js @@ -798,8 +798,7 @@ async function clearWebhookQueue() { } try { - const result = await api('webhook_queue_clear', { - csrf_token: CSRF_TOKEN, + const result = await api('webhook_queue_clear', {}, 'POST', { clear_type: clearType });