Skip to content

Commit

Permalink
remove return profile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Oct 24, 2024
1 parent cb5c996 commit 94474ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/UserAccountService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default class UserAccountService {
.activity(txn)
.logActivity(activity);

return updatedUser.getFullUserProfile();
return updatedUser;
}));

return updatedUsers;
Expand Down

0 comments on commit 94474ae

Please sign in to comment.