bump rc, hide flows by isDebug instead

This commit is contained in:
dswbx
2025-12-05 17:12:07 +01:00
parent 21e970cd8c
commit 4f7925dfd8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export function isDebug(): boolean {
try {
// @ts-expect-error - this is a global variable in dev
return is_toggled(__isDev);
} catch (e) {
} catch (_e) {
return false;
}
}