Cannot create a mapping profile (DTO => entity) #508
Unanswered
persicoDev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm Using NestJs when I create this map:
createMap(mapper, CreateUserDto, User);
I'm getting this error:
TypeError: Cannot convert undefined or null to object
help me, I've been stuck with this error for two days.
Beta Was this translation helpful? Give feedback.
All reactions