Skip to content

Commit

Permalink
Merge pull request #1902 from opensrp/disable-thinkmd-health-assessme…
Browse files Browse the repository at this point in the history
…nt-for-chad

Disable ThinkMD health assessment for Chad
  • Loading branch information
ndegwamartin authored Sep 22, 2021
2 parents 96f6b6a + 0bcf750 commit 03505c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class ChwApplicationFlv extends DefaultChwApplicationFlv {
@Override
public boolean useThinkMd() {
return true;
return false;
}
}

0 comments on commit 03505c6

Please sign in to comment.