multiple changes WIP WIP NIT WORKING

This commit is contained in:
rxf
2023-06-01 15:55:04 +02:00
parent b485c08227
commit c32761ed46
9 changed files with 106 additions and 52 deletions
+3 -1
View File
@@ -209,5 +209,7 @@ export const fetchfromserver = async (url) => {
.catch(e => {
showError(e)
});
return await ret.json()
// return await ret.json()
let x = await ret.json()
return x
}