Skip to content

Commit

Permalink
Update failure.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Jan 16, 2025
1 parent 90c26d6 commit a220b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/lib/webhook/failure.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a220b00

Please sign in to comment.