refactor userData query

This commit is contained in:
smanylov
2026-02-13 13:44:03 +07:00
parent edc6e56c69
commit 1f6301c531
11 changed files with 124 additions and 144 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export async function getUserData() {
return await response.json();
}
} catch (error) {
console.error('error');
return null
}
}