Skip to content

Commit

Permalink
[feat] #145 온보딩 실패시 알람가도록 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeoongu committed Dec 8, 2024
1 parent 169072f commit cde7527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void checkStudentRight(OnBoardingRequest request, StudentCsv studentCsv)
}

if(!(name && studentId && groupName && major)){
discordUtil.sendMessage(EventMessage.SIGN_UP_FAIL, "studentId : " + request.getStudentId());
discordUtil.sendMessage(EventMessage.SIGN_UP_FAIL, "studentId : " + request.getStudentId());
throw new GeneralException(ErrorStatus.INVALID_ONBOARDING_REQUEST);
}
}
Expand Down

0 comments on commit cde7527

Please sign in to comment.