Skip to content

Commit

Permalink
FE-16 🔨 빌드 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Aug 1, 2024
1 parent 6384abb commit 6ab3d68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apis/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ const queries = createQueryKeyStore({
queryFn: () => getEpigrams(request),
}),
},
emotion: {
getMonthlyEmotionLogs: (request: GetMonthlyEmotionLogsRequestType) => ({
queryKey: ['getMonthlyEmotionLogs', request],
queryFn: () => getMonthlyEmotionLogs(request),
}),
},
});

export default queries;

0 comments on commit 6ab3d68

Please sign in to comment.