From a220b00fada56997a0b3bf84fed8d5424e181fae Mon Sep 17 00:00:00 2001 From: Kiran K Date: Thu, 16 Jan 2025 15:58:18 +0530 Subject: [PATCH] Update failure.ts --- apps/web/lib/webhook/failure.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/lib/webhook/failure.ts b/apps/web/lib/webhook/failure.ts index 74f45de4d..27874532c 100644 --- a/apps/web/lib/webhook/failure.ts +++ b/apps/web/lib/webhook/failure.ts @@ -1,8 +1,8 @@ +import { sendEmail } from "@dub/email"; +import WebhookDisabled from "@dub/email/templates/webhook-disabled"; +import WebhookFailed from "@dub/email/templates/webhook-failed"; import { prisma } from "@dub/prisma"; import { Webhook } from "@dub/prisma/client"; -import { sendEmail } from "emails"; -import WebhookDisabled from "emails/webhook-disabled"; -import WebhookFailed from "emails/webhook-failed"; import { webhookCache } from "./cache"; import { WEBHOOK_FAILURE_DISABLE_THRESHOLD,