Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Mar 21, 2024
1 parent b8f755b commit c155c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/app/payment/webhook/lemonsqueezy/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { LEMONSQUEEZY_WEBHOOK_SECRET } from "@/lib/constants";
import UserModel from "@/models/user";
import { User } from "@medialit/models";
import { cookies } from "next/headers";

export async function GET() {
return Response.json({ success: true });
Expand Down

0 comments on commit c155c75

Please sign in to comment.