Skip to content

Commit

Permalink
[PAGOPA-2282] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Oct 30, 2024
1 parent 299f981 commit 6d4fa5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public void deletePayment(
.build());
}

@WithSpan(kind = SERVER)
private String sanitize(String input) {
return input.replaceAll("[\\n\\r\\t]", "_");
}
Expand Down

0 comments on commit 6d4fa5a

Please sign in to comment.