Skip to content

Commit

Permalink
Remove transaction when listing projects (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto authored Mar 9, 2020
1 parent 7881b85 commit aa9b1a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void archiveProject(String name) {
*
* @return List of active projects
*/
@Transactional
public List<Project> listProjects() {
return projectRepository.findAllByArchivedIsFalse();
}
Expand Down

0 comments on commit aa9b1a5

Please sign in to comment.