Skip to content

Commit

Permalink
Pushign up fix for the clinical history
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Jul 7, 2023
1 parent 6945d16 commit dbfbc94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ try {
});

section.content = section.content.filter((contentItem) => {
return !contentItem.field === 'HPO Terms';
return contentItem.field !== 'HPO Terms';
});
print(` - Removing HPO Terms From Clinical History...`)
} else {
Expand Down

0 comments on commit dbfbc94

Please sign in to comment.