Skip to content

Commit

Permalink
query key
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-jk committed Aug 28, 2024
1 parent a60d162 commit 89b7c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(sidebar)/(my-info)/apis/useGetCardTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { http } from '@/apis/http';
import { TagType } from '@/types';
import { useQuery } from '@tanstack/react-query';

export const GET_TAGS = 'tags';
export const GET_TAGS = 'tagList';

type GetCardTagsRseponse = TagType[];

Expand Down

0 comments on commit 89b7c7b

Please sign in to comment.