Skip to content

Commit

Permalink
Comment: #248 수정한 ToDo 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Oct 25, 2024
1 parent ccfbd99 commit f30fa5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/query/useStatusQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import type { TaskListWithStatus } from '@/types/TaskType';
import type { ProjectStatus, ProjectStatusForm, StatusOrder } from '@/types/ProjectStatusType';

// 프로젝트 상태 목록 조회
// ToDo: React Query 로직과 initialValue, nameList 등을 구하는 로직이 사실 관련이 없는 것 같음. 분리 고려하기.
export function useReadStatuses(projectId: Project['projectId']) {
const {
data: statusList = [],
Expand Down

0 comments on commit f30fa5e

Please sign in to comment.