Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ await HandleErrorResponseAsync($"Unable to add to cohort distribution. As partic
bool excpetionFlagUpdated = await _participantManagementClient.Update(participantMangement);
if (!excpetionFlagUpdated) throw new IOException("Failed to update exception flag");

return;
if (!ignoreParticipantExceptions) return;
}
_logger.LogInformation("Validation has passed or exceptions are ignored, the record with participant id: {ParticipantId} will be added to the database", participantData.ParticipantId);

Expand Down