Skip to content

Commit 026be7b

Browse files
committed
fix(api): remove unused stripeService import
Clean up unused import in webhook controller to fix lint error.
1 parent 845a0d3 commit 026be7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/api/src/controllers/webhook.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Request, Response } from 'express';
22
import Stripe from 'stripe';
33
import { stripe, STRIPE_WEBHOOK_SECRET } from '../config/stripe';
4-
import { stripeService } from '../services/stripe.service';
54
import { PrismaClient } from '@prisma/client';
65

76
const prisma = new PrismaClient();

0 commit comments

Comments
 (0)