We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845a0d3 commit 026be7bCopy full SHA for 026be7b
1 file changed
apps/api/src/controllers/webhook.controller.ts
@@ -1,7 +1,6 @@
1
import { Request, Response } from 'express';
2
import Stripe from 'stripe';
3
import { stripe, STRIPE_WEBHOOK_SECRET } from '../config/stripe';
4
-import { stripeService } from '../services/stripe.service';
5
import { PrismaClient } from '@prisma/client';
6
7
const prisma = new PrismaClient();
0 commit comments