Skip to content

Commit

Permalink
editing business logic to remove condition not anymore required
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Apr 17, 2024
1 parent a002cd6 commit 898ee48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/composer/services/state_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def can_be_reviewed(connectivity_statement):
connectivity_statement.origins.exists()
and connectivity_statement.destinations.exists()
and connectivity_statement.phenotype is not None
and connectivity_statement.sex is not None
and connectivity_statement.species.count() > 0
and connectivity_statement.provenance_set.count() > 0
)

Expand Down

0 comments on commit 898ee48

Please sign in to comment.