Revert "delay removing first month discount"

This reverts commit 754bb7e390.
This commit is contained in:
Frank
2026-08-24 12:07:27 -04:00
parent 55f984126c
commit be15db5861
-1
View File
@@ -328,7 +328,6 @@ export namespace Billing {
return LiteData.threeMonths100Coupon
if (coupons.some((coupon) => coupon.type === "GOFREEMONTH" && !coupon.timeRedeemed))
return LiteData.firstMonth100Coupon
if (!coupons.some((coupon) => coupon.type === "GO1MONTH50")) return LiteData.firstMonth50Coupon
return undefined
})()
const createSession = () =>