Minor api fixes, made useId hook login optional
This commit is contained in:
@ -4,7 +4,7 @@ import { UseFetchReturn } from '../useFetch'
|
||||
|
||||
const useUser = (): UseFetchReturn<User> => (
|
||||
// useFetch(
|
||||
// composeUserUrl(getToken()),
|
||||
// composeUserURL(),
|
||||
// 'GET',
|
||||
// true,
|
||||
// isUserResponse,
|
||||
|
Reference in New Issue
Block a user