🔸 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
+1
View File
@@ -164,3 +164,4 @@ export async function shouldShowAppUpgradeMessage(): Promise<boolean> {
return cfg.should_show_app_upgrade_message return cfg.should_show_app_upgrade_message
} }
+1
View File
@@ -70,3 +70,4 @@ export class FlushGate<T> {
} }
} }
+1
View File
@@ -17,3 +17,4 @@ const rateLimitOptions = {
} satisfies Command } satisfies Command
export default rateLimitOptions export default rateLimitOptions