Skip to content

Commit

Permalink
fix: email
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 9, 2024
1 parent f890d4a commit 2d8bf3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/admin/sendEmail/[paymentId]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export async function POST(
},
});

console.log(user)

const prismaPayment = await prisma.payment.findUnique({
where: {
razorpayPaymentId: payment.id,
Expand Down

0 comments on commit 2d8bf3b

Please sign in to comment.