issues
search
manito42
/
backend
42 Manito Backend Repository
https://42manito.com
3
stars
2
forks
source link
:white_check_mark: [Test]: mentor profile description e2e test
#67
Closed
koreanddinghwan
closed
1 year ago
koreanddinghwan
commented
1 year ago
default 값은 null로 시작함.
dto의 description 예시들
null || undefined
IsOptional decorator에 의해 타입변화 무시/ database에 영향주지 않음.
length 0
bad request
사유: null/undefined와 의미가 중복되는 상태이므로, 코드 줄이기 위해 제거
dto의 description 예시들
null || undefined
IsOptional decorator에 의해 타입변화 무시/ database에 영향주지 않음.
length 0