mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
wip: zen black
This commit is contained in:
parent
fdac21688c
commit
5f3ab9395f
17 changed files with 1697 additions and 418 deletions
|
|
@ -244,7 +244,7 @@ function getSubscriptionStatus(row: {
|
|||
return { weekly: null, rolling: null, rateLimited: null, retryIn: null }
|
||||
}
|
||||
|
||||
const black = BlackData.get({ plan: row.subscription.plan })
|
||||
const black = BlackData.getLimits({ plan: row.subscription.plan })
|
||||
const now = new Date()
|
||||
const week = getWeekBounds(now)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue