🔸 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
}
+1
View File
@@ -70,3 +70,4 @@ export class FlushGate<T> {
}
}