Skip to content

Commit a740aae

Browse files
committed
chore: 그룹 API 응답 type 필드 TODO 추가
1 parent 609624f commit a740aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/features/groups/queries/useGroupListQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ResponseSchema = z.array(
1111
id: z.number(),
1212
code: z.string(),
1313
name: z.string(),
14-
type: z.string(),
14+
type: z.string(), //TODO: 임시 타입 정의, 백엔드 정의에 맞춰 수정해야 함
1515
image: z.string(),
1616
}),
1717
);

0 commit comments

Comments
 (0)