feat: Implement feature to list all employees from a project (SCRUM-46) #36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/get-employees-from-project"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: Implement feature to list all employees from a projectto feat: Implement feature to list all employees from a project (SCRUM-46)Quality Gate: ❌
See SonarQube for details.
/sq-bot review
@ -31,3 +31,3 @@
public ResponseEntity<ErrorDetails> handleAllOtherExceptions(Exception ex, WebRequest request) {
ErrorDetails errorDetails = new ErrorDetails(new Date(), ex.getClass() + " " + ex.getMessage(), request.getDescription(false));
System.out.println(ex);
remove this
a3c48852db
toc10c50190b
Quality Gate: ✅
See SonarQube for details.
/sq-bot review
Quality Gate: ✅
See SonarQube for details.
/sq-bot review