Skip to content

Commit

Permalink
[FIX] Correct typo in query template
Browse files Browse the repository at this point in the history
Fixes #306
  • Loading branch information
surchs committed Apr 15, 2024
1 parent ffc36ae commit 9bea31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def create_query(
?phenotypic_session nb:hasSex ?sex.
}}
OPTIONAL {{
?phenoypic_session nb:hasDiagnosis ?diagnosis.
?phenotypic_session nb:hasDiagnosis ?diagnosis.
}}
OPTIONAL {{
?phenotypic_session nb:isSubjectGroup ?subject_group.
Expand Down

0 comments on commit 9bea31b

Please sign in to comment.