mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
bump rc, hide flows by isDebug instead
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user