ava-labs / avalanche-faucet

Avalanche Faucet for Fuji Network and Subnets.
https://faucet.avax.network/
Other
472 stars 211 forks source link

ignore coupon limit checks #153

Closed rajranjan0608 closed 3 months ago

rajranjan0608 commented 3 months ago

This pull request primarily focuses on the CouponService in the couponService.ts file. The changes include the addition of a new parameter to the validateCouponData function, an update to how this function is called within the CouponService class, and an alteration to the UpdateExpression in the same class.

Changes to the validateCouponData function:

Updates to the CouponService class: