fix: return object instead of text
This commit is contained in:
parent
2519ae60e9
commit
b6d00c41ab
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ const flowAccountAPI = {
|
||||||
return {
|
return {
|
||||||
ok: res.ok,
|
ok: res.ok,
|
||||||
status: res.status,
|
status: res.status,
|
||||||
body: await res.text(),
|
body: await res.json(),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue