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
Not sure if this is supposed to be a capability of this library or not, but when I add the following unit test to this library to test whether it works:
users returned from userRepository.find() always have res.adverts === undefined. I would've expected this field to be populated when retrieving from the repository.
I also added eager: true to the adverts field of UserEntity but that didn't make any difference.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Not sure if this is supposed to be a capability of this library or not, but when I add the following unit test to this library to test whether it works:
users returned from userRepository.find() always have
res.adverts
===undefined
. I would've expected this field to be populated when retrieving from the repository.I also added
eager: true
to theadverts
field ofUserEntity
but that didn't make any difference.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: