Skip to content

Commit

Permalink
Merge pull request #140 from WE-ARE-RACCOONS/develop
Browse files Browse the repository at this point in the history
RAC-304 deploy : 운영 반영
  • Loading branch information
ywj9811 authored Mar 2, 2024
2 parents 7bd0968 + 648b136 commit 2f5c8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public void updateCancelWithAuto(Mentoring mentoring) {
log.info("mentoringId : {} μžλ™ μ·¨μ†Œ", mentoring.getMentoringId());
} catch (Exception ex) {
log.error("mentoringId : {} μžλ™ μ·¨μ†Œ μ‹€νŒ¨", mentoring.getMentoringId());
log.error(ex.getMessage());
slackErrorMessage.sendSlackError(mentoring, ex);
}
}
Expand Down Expand Up @@ -181,6 +182,7 @@ public void updateDoneWithAuto(Mentoring mentoring) {
} catch (Exception ex) {
slackErrorMessage.sendSlackError(mentoring, ex);
log.error("mentoringId : {} μžλ™ μ™„λ£Œ μ‹€νŒ¨", mentoring.getMentoringId());
log.error(ex.getMessage());
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.util.Set;

public enum Postgradu {
SEOUL("μ„œμšΈλŒ€"), YONSEI("μ—°μ„ΈλŒ€");
SEOUL("μ„œμšΈλŒ€ν•™κ΅"), YONSEI("μ—°μ„ΈλŒ€ν•™κ΅");

private final String name;

Expand Down

0 comments on commit 2f5c8ac

Please sign in to comment.