wip: zen black

This commit is contained in:
Frank
2026-01-22 16:59:32 -05:00
parent a4471a98dd
commit 56d1d17ec3
17 changed files with 1697 additions and 418 deletions
+1 -1
View File
@@ -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)