Skip to content

Commit d24cbc6

Browse files
authored
Merge branch 'main' into develop
2 parents b32431a + 5cc64da commit d24cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pophory/pophoryserver/domain/slack/SlackService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ private String getProfiles() {
4444
String activeProfile = Arrays.stream(env.getActiveProfiles()).findFirst().orElse("");
4545
return activeProfile.equals("blue") || activeProfile.equals("green") ? "prod" : activeProfile;
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)