Skip to content

Commit

Permalink
Remove transaction when listing projects (feast-dev#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto authored and khorshuheng committed Mar 16, 2020
1 parent 7aab77d commit bc13d2a
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 bc13d2a

Please sign in to comment.