Skip to content

Commit

Permalink
Trying different matching approach #823
Browse files Browse the repository at this point in the history
chrisala committed Mar 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 62104a9 commit c01835f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -103,7 +103,10 @@ class ParatooProtocolConfig {
log.debug(surveyData.toString())
return false
}
tmpSurveyId?.orgMintedUUID == surveyId.survey_metadata?.orgMintedUUID

tmpSurveyId?.survey_details?.survey_model == surveyId.survey_metadata?.survey_details.survey_model &&
tmpSurveyId?.survey_details?.time == surveyId.survey_metadata?.survey_details.time &&
tmpSurveyId?.survey_details?.uuid == surveyId.survey_metadata?.survey_details.uuid
}

private Map extractSiteDataFromPlotVisit(Map survey) {

0 comments on commit c01835f

Please sign in to comment.