Fix cards download

pull/2866/head
v-crispadvice 2023-07-07 21:11:45 +03:00
parent 18686d5ff5
commit d469765f36
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
headers: { "Content-Type": "application/json" }
}).then(data=>{
var cardsJSON = JSON.parse(data.resp);
storage.write(dataFile, JSON.stringify(result));
storage.write(dataFile, JSON.stringify(cardsJSON));
E.showMessage('i: downloaded');
})
.catch((e) => {