feat(client): add KYC for event joining
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { useMutation } from '@tanstack/react-query';
|
||||
import { postEventJoinMutation } from '@/client/@tanstack/react-query.gen';
|
||||
|
||||
export function useJoinEvent() {
|
||||
return useMutation({
|
||||
...postEventJoinMutation(),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user