feat: switched from String to ProjectDecisionValues
This commit is contained in:
@ -102,7 +102,7 @@ public class ProjectService {
|
||||
}
|
||||
|
||||
public Iterable<Project> getPendingProjects() {
|
||||
return this.projectRepository.findByProjectStatus((long) PENDING.ordinal());
|
||||
return this.projectRepository.findByProjectStatus(PENDING);
|
||||
}
|
||||
|
||||
public void deleteProjectById(Long id) {
|
||||
|
Reference in New Issue
Block a user