static: fix FlowShellCard not returning the response

This commit is contained in:
Jens Langhammer 2020-10-26 11:00:37 +01:00
parent 4e12003944
commit 4b665cfb8f
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19,6 +19,7 @@ class FetchFillSlot extends LitElement {
if (!r.ok) {
throw Error(r.statusText);
}
return r;
}).then((r) => {
return r.json()
}).then((r) => {