refactor(nestjs): replace the reports endpoints

This commit is contained in:
Ahmed Bouhuolia
2025-05-09 18:55:16 +02:00
parent 3c8b7c92fe
commit 7506c2f37f
24 changed files with 82 additions and 62 deletions

View File

@@ -140,7 +140,7 @@ export function useAuthenticatedAccount(props) {
url: `auth/account`,
},
{
select: (response) => response.data.data,
select: (response) => response.data,
defaultData: {},
onSuccess: (data) => {
debugger;