Skip to content

Commit

Permalink
CB-5584. Refactor after review
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Nov 11, 2024
1 parent 0f32f18 commit a3347e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private static String parseVarialbes(Map<String, Object> map) {
Object value = entry.getValue();

if (PROHIBITED_VARIABLES.contains(key)) {
result.append(key).append(": ").append("******** ");
continue;
}

Expand Down

0 comments on commit a3347e5

Please sign in to comment.