bug fixed

This commit is contained in:
daniel31x13
2023-10-28 01:42:31 -04:00
parent cdcfabec0b
commit 9486d699c9
9 changed files with 13 additions and 35 deletions
-2
View File
@@ -5,8 +5,6 @@ export default async function getPublicUserData(id: number | string) {
const data = await response.json();
console.log(data);
if (!response.ok) toast.error(data.response);
return data.response;