Skip to content

Commit

Permalink
Fixed typo #956
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed May 21, 2024
1 parent 8ee8f6b commit 3a2a2f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class ParatooService {
private static List findProtocolsByCategories(List categories) {
List<ActivityForm> forms = ActivityForm.findAllByCategoryInListAndExternalAndStatusNotEqual(categories, true, Status.DELETED)
forms
forms
}

private List<ParatooProject> findUserProjects(String userId) {
Expand Down

0 comments on commit 3a2a2f5

Please sign in to comment.