diff --git a/pages/api/webhooks/stripe.ts b/pages/api/webhooks/stripe.ts index 8a032552c..ea6f3d69f 100644 --- a/pages/api/webhooks/stripe.ts +++ b/pages/api/webhooks/stripe.ts @@ -9,8 +9,8 @@ import { getBySubscriptionId, updateStripeSubscription, } from 'models/subscription'; -import { getServiceByPriceId } from 'models/price'; import { getByCustomerId } from 'models/team'; +import { getServiceByPriceId } from 'models/price'; export const config = { api: {