Skip to content

Commit

Permalink
Merge pull request #124 from MORE-Platform/121-participant-consent-is…
Browse files Browse the repository at this point in the history
…-not-recorded

#121: Participant Consent was not recorded
  • Loading branch information
ja-fra authored May 6, 2024
2 parents 6fab227 + bca41b3 commit d9dd813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public Optional<String> createCredentials(String registrationToken, ParticipantC
var routingInfo = ri.get();
final String secret = passwordSupplier.get();

//storeConsent(routingInfo.studyId(), routingInfo.participantId(), consent);
storeConsent(routingInfo.studyId(), routingInfo.participantId(), consent);

final String apiId = namedTemplate.queryForObject(SQL_INSERT_CREDENTIALS,
toParameterSource(routingInfo.studyId(), routingInfo.participantId())
Expand Down

0 comments on commit d9dd813

Please sign in to comment.