Skip to content

Commit

Permalink
fix copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed May 16, 2024
1 parent 09cc3f2 commit b89182d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export function mapSpecifiedSymptomBoolLiteralsToBool(
if (disease === AOEFormOption.COVID) {
return mapSymptomBoolLiteralsToBool(
symptomsJsonString,
syphilisSymptomDefinitions
respiratorySymptomDefinitions
);
}
if (disease === AOEFormOption.SYPHILIS) {
Expand Down

0 comments on commit b89182d

Please sign in to comment.