Skip to content

Commit

Permalink
Merge pull request #285 from MetaCell/feature/CSCKAN-289
Browse files Browse the repository at this point in the history
feat: Remove check for phenotype in ConnectivityStatementStateService
  • Loading branch information
ddelpiano authored Jun 17, 2024
2 parents 33d180b + e847669 commit b1a6168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/composer/services/state_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def can_be_reviewed(connectivity_statement):
return (
connectivity_statement.origins.exists()
and connectivity_statement.destinations.exists()
and connectivity_statement.phenotype is not None
and connectivity_statement.provenance_set.count() > 0
)

Expand Down

0 comments on commit b1a6168

Please sign in to comment.