Skip to content

Commit

Permalink
fixing merthod from return void to non-void type
Browse files Browse the repository at this point in the history
  • Loading branch information
picksitquick committed Jan 12, 2024
1 parent 61d69e5 commit 1482b76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public GdUser addRoles(GdUser user) throws ClientResponseException{
}

getProducerTemplate().requestBody("direct:addUserRoleQuery", roleDTOList, ArrayList.class);
String email = user.getUser().getEmail();
UserDTO userDTO = getProducerTemplate().requestBody("direct:userQuery", email, UserDTO.class);
return GdUser
.builder()
Expand Down

0 comments on commit 1482b76

Please sign in to comment.