Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Set isSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Börner committed Apr 6, 2021
1 parent 11056fc commit 7460aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Healex.HL7v2Anonymizer/Services/Anonymizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public bool Anonymize(Message message)
foreach (Replacement replacement in segmentReplacement.Replacements)
{
var replacementValue = GetReplacementValue(replacement, message);
TryReplaceValue(tempMessage, replacement.Path, replacementValue);
isSuccess = TryReplaceValue(tempMessage, replacement.Path, replacementValue);
}
}
}
Expand Down

0 comments on commit 7460aa4

Please sign in to comment.