Skip to content

Commit

Permalink
Mail fix (#69)
Browse files Browse the repository at this point in the history

* fixed mail system bug
  • Loading branch information
SundarakrishnanN authored Jun 14, 2024
1 parent 19b19f8 commit 23ab0aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ public ResponseRequestFormDTO postRequestForm(@RequestParam("eventTitle") String
savedRequestForm = requestFormService.save(requestForm);
userService.setPendingRequests(savedRequestForm, savedRequestForm.getRequestHierarchy(),
savedRequestForm.getRequestIndex(), optionalUser);

savedRequestForm=requestFormService.save(savedRequestForm);

return modelMapper.map(savedRequestForm, ResponseRequestFormDTO.class);
}

Expand Down

0 comments on commit 23ab0aa

Please sign in to comment.