Skip to content

Commit

Permalink
fix(core): Remove duplicate call in applyCouponCode resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 19, 2024
1 parent f38340b commit bffc58a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ export class ShopOrderResolver {
true,
);
return this.orderService.applyCouponCode(ctx, order.id, args.couponCode);
return this.orderService.applyCouponCode(ctx, order.id, args.couponCode);
}

@Transaction()
Expand Down

0 comments on commit bffc58a

Please sign in to comment.