multiple changes WIP WIP NIT WORKING
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user