fixed n8n webhooks

This commit is contained in:
Purple
2026-01-18 11:42:57 +00:00
parent 72d6f9ae3e
commit d0f4e25239

View File

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