sinkKillswitch.ts

This commit is contained in:
nirholas
2026-03-31 10:23:47 +00:00
parent de3f2f96ff
commit 304af4c1e3

View File

@@ -23,3 +23,4 @@ export function isSinkKilled(sink: SinkName): boolean {
// cached JSON null leaks through instead of falling back to {}.
return config?.[sink] === true
}