Skip to content

Commit

Permalink
Merge pull request #93 from mju-likelion/develop
Browse files Browse the repository at this point in the history
슬랙 채널 변경
  • Loading branch information
Dh3356 authored Feb 29, 2024
2 parents b1b38a3 + 5ca23a2 commit cedb916
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
@Getter
@AllArgsConstructor
public enum SlackChannel {
FILE("#12기-지원사이트-파일", "--- 파일이 업로드 되었습니다 ---"),
APPLICATION("#12기-지원사이트-지원서", "--- 지원서가 업로드 되었습니다 ---"),
APPLY("#12기-지원사이트-지원", "--- 새 지원 요청이 있습니다 ---");
FILE("#12기-지원-파일", "--- 파일이 업로드 되었습니다 ---"),
APPLICATION("#12기-지원-지원서", "--- 지원서가 업로드 되었습니다 ---"),
APPLY("#12기-지원-지원", "--- 새 지원 요청이 있습니다 ---");

private final String channelName;
private final String messageTitle;
Expand Down

0 comments on commit cedb916

Please sign in to comment.