commit 6a3905db50e733c7ec01e3067186ac48a96f6915
parent fb2c1b1763025e81369d7374563a9c0cba14258a
Author: Sebastian <sebasjm@taler-systems.com>
Date: Wed, 22 Jul 2026 16:22:12 -0300
uncomment guardian if, based on type this is not needed but getPublicAccounts should return fail when not found
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/libeufin-bank-webui/src/hooks/account.ts b/packages/libeufin-bank-webui/src/hooks/account.ts
@@ -211,7 +211,7 @@ export function usePublicAccounts(
if (error) return error;
if (data === undefined) return undefined;
- // if (data.type !== "ok") return data;
+ if (data.type !== "ok") return data;
//TODO: row_id should not be optional
return buildPaginatedResult(