🔸 flushGate.ts

This commit is contained in:
nirholas
2026-03-31 10:22:54 +00:00
parent 2378cbb74a
commit 01faa60083
3 changed files with 3 additions and 0 deletions

View File

@@ -164,3 +164,4 @@ export async function shouldShowAppUpgradeMessage(): Promise<boolean> {
return cfg.should_show_app_upgrade_message
}

View File

@@ -70,3 +70,4 @@ export class FlushGate<T> {
}
}

View File

@@ -17,3 +17,4 @@ const rateLimitOptions = {
} satisfies Command
export default rateLimitOptions