📔 ultrareviewEnabled.ts

This commit is contained in:
nirholas
2026-03-31 10:23:06 +00:00
parent 26679023f7
commit 61c6fa1711

View File

@@ -12,3 +12,5 @@ export function isUltrareviewEnabled(): boolean {
> | null>('tengu_review_bughunter_config', null)
return cfg?.enabled === true
}