mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: zen
This commit is contained in:
parent
52f97ffdc9
commit
14a910bd64
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { UsageInfo } from "./provider/provider"
|
|||
|
||||
export function createTrialLimiter(limit: number | undefined, ip: string) {
|
||||
if (!limit) return
|
||||
if (!ip) return
|
||||
|
||||
let trial: boolean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue