Skip to content

Commit

Permalink
restore to prev code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Aug 8, 2024
1 parent f355c70 commit edcae30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void getSecretFromUnknownSecretHandler() {
}

private String getSecret1() {
return config.getValue(SECRET_1.propertyName, String.class).replaceAll("\r\n", "\n");
return config.getValue(SECRET_1.propertyName, String.class);
}

private String getSecret2() {
Expand Down

0 comments on commit edcae30

Please sign in to comment.