mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-26 18:22:09 +00:00
Revert "delay removing first month discount"
This reverts commit 754bb7e390.
This commit is contained in:
parent
55f984126c
commit
be15db5861
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue