You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
클라이언트에서 데이터 받아서 dto 에 담을 때 클라이언트에서 넘겨준 데이터 이외에 dto 에 있는 다른 필드는 디폴트 값 설정하려고 했는데 안됐음 -> validationPipe 사용하고 있었고 옵션에 transform=true 로 설정 안해줘서 오버라이딩 안돼서 dto 디폴트 값 설정 안됐음
클라이언트에서 데이터 받아서 dto 에 담을 때 클라이언트에서 넘겨준 데이터 이외에 dto 에 있는 다른 필드는 디폴트 값 설정하려고 했는데 안됐음 -> validationPipe 사용하고 있었고 옵션에 transform=true 로 설정 안해줘서 오버라이딩 안돼서 dto 디폴트 값 설정 안됐음
https://stackoverflow.com/questions/55478828/is-it-possible-to-set-default-values-for-a-dto
The text was updated successfully, but these errors were encountered: