mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactor(nestjs): replace the reports endpoints
This commit is contained in:
@@ -140,7 +140,7 @@ export function useAuthenticatedAccount(props) {
|
||||
url: `auth/account`,
|
||||
},
|
||||
{
|
||||
select: (response) => response.data.data,
|
||||
select: (response) => response.data,
|
||||
defaultData: {},
|
||||
onSuccess: (data) => {
|
||||
debugger;
|
||||
|
||||
Reference in New Issue
Block a user