diff --git a/back/src/modules/snowball/dto/response/res-get-snowball.dto.ts b/back/src/modules/snowball/dto/response/res-get-snowball.dto.ts index 363f5d4..ca06228 100644 --- a/back/src/modules/snowball/dto/response/res-get-snowball.dto.ts +++ b/back/src/modules/snowball/dto/response/res-get-snowball.dto.ts @@ -12,5 +12,5 @@ export class ResGetSnowballDto { type: SnowballDto, description: '스노우볼 정보' }) - readonly snowballDto: SnowballDto; + readonly snowball: SnowballDto; }