Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 committed Nov 22, 2023
1 parent 82b07ec commit 0f36ed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CouponService/couponService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export class CouponService {
coupon.expiry > (Date.now() / 1000) &&
coupon.consumedAmount + couponAmount < coupon.maxLimitAmount
) {
console.log(coupon, couponAmount)
coupon.consumedAmount += couponAmount
return { isValid: true, amount: couponAmount}
}
Expand Down

0 comments on commit 0f36ed8

Please sign in to comment.