Skip to content

Commit

Permalink
Merge pull request #2 from jaksim-us/healthcheck2
Browse files Browse the repository at this point in the history
Fix CI HealthCheck
  • Loading branch information
geniusYoo authored Jun 18, 2024
2 parents 77080e2 + 6bc06ee commit 3a17245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ public String getProfile() {
return Arrays.stream(env.getActiveProfiles())
.findFirst()
.orElse(NULL);

}
}

0 comments on commit 3a17245

Please sign in to comment.