Skip to content

Commit 6bc06ee

Browse files
committed
Fix CI HealthCheck
1 parent 77080e2 commit 6bc06ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jaksim/src/main/java/org/sopt/jaksim/ProfileController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ public String getProfile() {
1919
return Arrays.stream(env.getActiveProfiles())
2020
.findFirst()
2121
.orElse(NULL);
22+
2223
}
2324
}

0 commit comments

Comments
 (0)