mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-25 09:09:48 +00:00
refactor(nestjs): contacts module
This commit is contained in:
@@ -35,7 +35,7 @@ export const useResendInvitation = (props) => {
|
||||
const apiRequest = useApiRequest();
|
||||
|
||||
return useMutation(
|
||||
(userId) => apiRequest.post(`invite/resend/${userId}`),
|
||||
(userId) => apiRequest.post(`invite/users/${userId}/resend`),
|
||||
props
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user