Skip to content

Commit

Permalink
Merge pull request #14 from OpenMAVN/8-add-email-verification
Browse files Browse the repository at this point in the history
#8 fix yet one mapping from CustomerProfile response
  • Loading branch information
vitaliidasaev committed Apr 27, 2020
2 parents 9d7321f + e52270e commit 0112196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public async Task<AdminUserResult> GetByIdAsync(string adminId)
});

var adminUser = _mapper.Map<AdminUser>(adminUserEncrypted);
_mapper.Map(adminProfile, adminUser);
_mapper.Map(adminProfile.Data, adminUser);

return new AdminUserResult
{
Expand Down

0 comments on commit 0112196

Please sign in to comment.