diff --git a/plugins/webhooks/server/tasks/DeliverWebhookTask.ts b/plugins/webhooks/server/tasks/DeliverWebhookTask.ts index 6dfa66542..c53356e6f 100644 --- a/plugins/webhooks/server/tasks/DeliverWebhookTask.ts +++ b/plugins/webhooks/server/tasks/DeliverWebhookTask.ts @@ -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";