diff --git a/src/services/flowaccount.ts b/src/services/flowaccount.ts index aeaaa2e..e4fd365 100644 --- a/src/services/flowaccount.ts +++ b/src/services/flowaccount.ts @@ -216,7 +216,7 @@ const flowAccountAPI = { return { ok: res.ok, status: res.status, - body: await res.text(), + body: await res.json(), }; }, };