diff options
| author | Frank <[email protected]> | 2026-01-22 16:59:32 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-22 17:02:46 -0500 |
| commit | 5f3ab9395fc8f8543724dcda914d38fba0809049 (patch) | |
| tree | 3be83aa5cc4e4556b62f9ff6b23933f8699eea63 /packages/console/core/script/lookup-user.ts | |
| parent | fdac21688c9acc4087b83e71cb7e0fd1d2d57f00 (diff) | |
| download | opencode-5f3ab9395fc8f8543724dcda914d38fba0809049.tar.gz opencode-5f3ab9395fc8f8543724dcda914d38fba0809049.zip | |
wip: zen black
Diffstat (limited to 'packages/console/core/script/lookup-user.ts')
| -rw-r--r-- | packages/console/core/script/lookup-user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/script/lookup-user.ts b/packages/console/core/script/lookup-user.ts index 6c76d42c9..0a614bc15 100644 --- a/packages/console/core/script/lookup-user.ts +++ b/packages/console/core/script/lookup-user.ts @@ -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) |
