Skip to content

Commit 6f642c8

Browse files
bebuslclaude
andcommitted
fix: CardSetSummaryResponse id 필드명 cardSetId로 수정 및 포맷팅 정리
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6fdf3db commit 6f642c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/domain/cardsets/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export const getCardSetCategoryKeys = () =>
2626
Object.keys(CARDSET_CATEGORY_MAP) as CardSetCategory[];
2727

2828
export const toCardSetBrief = (
29-
apiResponse: CardSetSummaryResponse
29+
apiResponse: CardSetSummaryResponse,
3030
): CardSetBrief => {
3131
return {
32-
id: apiResponse.id,
32+
id: apiResponse.cardSetId,
3333
name: apiResponse.name,
3434
category: apiResponse.category,
3535
hashtag: apiResponse.hashtag,

0 commit comments

Comments
 (0)