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
The parameter list of a transform function should be (sourceValue, sourceObject, destinationObject, sourceKey, destinationKey) instead of (sourceValue, sourceObject, destinationObject, destinationKey); which causes confusion between sourceKey and destinationKey.
The text was updated successfully, but these errors were encountered:
toandv
added a commit
to toandv/node-object-mapper
that referenced
this issue
Jun 25, 2020
The parameter list of a transform function should be
(sourceValue, sourceObject, destinationObject, sourceKey, destinationKey)
instead of(sourceValue, sourceObject, destinationObject, destinationKey);
which causes confusion betweensourceKey
anddestinationKey
.The text was updated successfully, but these errors were encountered: