Skip to content

Commit

Permalink
rearrange code to fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrocks007 committed Apr 17, 2024
1 parent 7afeffe commit 5e8fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/webhooks/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5e8fd73

Please sign in to comment.