mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-22 00:24:46 +00:00
wip: zen
This commit is contained in:
@@ -4,6 +4,7 @@ import { UsageInfo } from "./provider/provider"
|
|||||||
|
|
||||||
export function createTrialLimiter(limit: number | undefined, ip: string) {
|
export function createTrialLimiter(limit: number | undefined, ip: string) {
|
||||||
if (!limit) return
|
if (!limit) return
|
||||||
|
if (!ip) return
|
||||||
|
|
||||||
let trial: boolean
|
let trial: boolean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user