This commit is contained in:
2023-12-28 19:26:57 +01:00
parent 4fd6616786
commit de3349e1c3
3 changed files with 56 additions and 40 deletions

View File

@ -40,8 +40,6 @@ class Profiles
});
let data = await response.json();
console.log(response.status);
console.log(data);
return data;
}
@ -54,8 +52,6 @@ class Profiles
});
let data = await response.json();
console.log(response.status);
console.log(data);
return data;
}