Skip to content

Commit

Permalink
fix(merge): conflict_resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
racgoo committed Aug 19, 2024
1 parent 41e0b5d commit 0dbdeb4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/admin/src/hooks/useEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@ const useEvent = () => {
racingWinnerMutation.mutate(winnerSettings);
};

const quizWinnerQuery = useQuery<Response[API.QUIZ_WINNER][METHOD.GET]>({
queryFn: async () => {
const response = await fetchData({
path: API.QUIZ_WINNER,
method: METHOD.GET,
});
return response;
},
queryKey: [API.QUIZ_WINNER],
});

const personalityTestListQuery = useQuery<Response[API.PERSONALITY_TEST_LIST][METHOD.GET]>({
queryFn: async () => {
const response = await fetchData({
Expand Down

0 comments on commit 0dbdeb4

Please sign in to comment.