This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 2ae600c2 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

stash

parent 852e7742
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -306,7 +306,7 @@ public class ReviewService {
reviewRepository.save(review);
mailService.sendEmail(
System.getenv("MAIL_EMAIL"),
System.getenv("REVIEW_ADMIN"),
"NEW REVIEW REQUESTED",
user.get().getEmail() + " requested a review for " + request.getResource(),
false,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment