Skip to content

Commit

Permalink
Merge pull request #25 from Team-Wable/fix/#24
Browse files Browse the repository at this point in the history
fix 회원가입 문구
  • Loading branch information
Hong0329 authored Sep 18, 2024
2 parents 5951cce + beb016b commit 68bf566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SlackService {
String slackToken;

public void sendSlackMessage(Long totalMember, String channel) {
String message = totalMember.toString() + "번째 예스비가 새롭게 탄생했어요.";
String message = totalMember.toString() + "번째 와블 회원이 탄생했어요.";
try {
MethodsClient methods = Slack.getInstance().methods(slackToken);

Expand Down

0 comments on commit 68bf566

Please sign in to comment.