Skip to content

Commit

Permalink
fix: not optional only null...
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Aug 21, 2024
1 parent ecff7bc commit cb5b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/member/dto/response/get-members.response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class EachGetMembersResponseDto {
description: '한 줄 소개',
example: '안녕하세요! 저는 개발자입니다.',
})
description?: string;
description!: string | null;

@ApiProperty({
description: '링크',
Expand Down

0 comments on commit cb5b340

Please sign in to comment.