mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
feat: extract user header
This commit is contained in:
@@ -3,7 +3,7 @@ import APIResponseValidationSchema from '@/validation/APIResponseValidationSchem
|
||||
import useSWRInfinite from 'swr/infinite';
|
||||
import { z } from 'zod';
|
||||
|
||||
const useGetUsersFollowingUser = ({
|
||||
const useGetUsersFollowedByUser = ({
|
||||
pageSize,
|
||||
userId,
|
||||
}: {
|
||||
@@ -61,4 +61,4 @@ const useGetUsersFollowingUser = ({
|
||||
};
|
||||
};
|
||||
|
||||
export default useGetUsersFollowingUser;
|
||||
export default useGetUsersFollowedByUser;
|
||||
|
||||
Reference in New Issue
Block a user