fix: Remove fetch-with-proxy from DeliverWebhookTask

This commit is contained in:
Tom Moor
2023-08-11 22:35:38 +02:00
parent cf2f0b1b5c
commit f4e4992508

View File

@@ -1,5 +1,4 @@
import fetch from "fetch-with-proxy";
import { FetchError } from "node-fetch";
import fetch, { FetchError } from "node-fetch";
import { useAgent } from "request-filtering-agent";
import { Op } from "sequelize";
import WebhookDisabledEmail from "@server/emails/templates/WebhookDisabledEmail";