Skip to content

Commit

Permalink
Update java/core/src/main/java/co/worklytics/psoxy/gateway/impl/Healt…
Browse files Browse the repository at this point in the history
…hCheckRequestHandler.java

Co-authored-by: aperez-worklytics <[email protected]>
  • Loading branch information
eschultink and aperez-worklytics authored Feb 6, 2025
1 parent 05d7d96 commit fcee771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class HealthCheckRequestHandler {
*
* do NOT change this value. if you do, we won't be able to detect that proxy-side salts of changed.
*/
static final String SALT_FOR_SALT = "f33c366c-ae91-4819-b221-f9794ebb8145";
private static final String SALT_FOR_SALT = "f33c366c-ae91-4819-b221-f9794ebb8145";

@Inject
EnvVarsConfigService envVarsConfigService;
Expand Down

0 comments on commit fcee771

Please sign in to comment.