fixed n8n webhooks
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user