static: fix FlowShellCard not returning the response
This commit is contained in:
parent
4e12003944
commit
4b665cfb8f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -19,6 +19,7 @@ class FetchFillSlot extends LitElement {
|
||||||
if (!r.ok) {
|
if (!r.ok) {
|
||||||
throw Error(r.statusText);
|
throw Error(r.statusText);
|
||||||
}
|
}
|
||||||
|
return r;
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
return r.json()
|
return r.json()
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
|
|
Reference in New Issue