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
when I want to map Professor to ProfessorRoDto I get undefined properties in ProfessorRoDto .university although
when I map Professor.University to UniversityRoDto every thing is ok
console.log(this.mapper.map(professor, ProfessorRoDto, Professor)) log this result
I'm submitting a...
Current behavior
at first thanks for your great library
I have a strange problem (get undefined in output properties)
The following steps are to reproduce:
when I want to map Professor to ProfessorRoDto I get undefined properties in ProfessorRoDto .university although
when I map Professor.University to UniversityRoDto every thing is ok
console.log(this.mapper.map(professor, ProfessorRoDto, Professor)) log this result
but console.log(this.mapper.map(university, UniversityRoDto, University)) log this result that is true
I user nestjs-automapper and every profiles loaded corectlly
Environment
The text was updated successfully, but these errors were encountered: