adding route for the getting of conversation details
This commit is contained in:
@@ -45,6 +45,7 @@ export function useGetUserDetails() {
|
||||
() => getUserDetails(authTokens?.accessToken, authTokens?.idToken),
|
||||
{
|
||||
retry: false,
|
||||
refetchOnWindowFocus: false,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user