Skip to content

Commit

Permalink
fix: adding segregation code on NAV extracted from IUV Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Dec 18, 2024
1 parent 94a6696 commit 659f048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected void setInMDCAfterClientResponse(String payload) {
if (matcher.find()) {
String noticeNumber = matcher.group(1);
if (noticeNumber != null && !noticeNumber.isBlank()) {
MDC.put(Constants.MDC_NOTICE_NUMBER, noticeNumber);
MDC.put(Constants.MDC_NOTICE_NUMBER, "3" + noticeNumber);
}
}
}
Expand Down

0 comments on commit 659f048

Please sign in to comment.