Skip to content

Commit

Permalink
Merge pull request #1 from banhala/refactor/change/group-mention
Browse files Browse the repository at this point in the history
refactor: 그룹 멘션 변경
  • Loading branch information
jokh0108 authored Nov 2, 2023
2 parents 22ed92b + 3679adf commit 613b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/check_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const checkVersion = async (app, gist) => {
// app["generated_message"] =
// "<!subteam^S048LKCDTDK> 애플 심사 상태: " + generated_message;
app["generated_message"] =
"<!subteam^S03P9SBMVNF> <!subteam^S0543KC02JJ> 앱 스토어 심사 상태가 변경되었습니다.";
"<!subteam^S062HEVQ8Q3> <!subteam^S0543KC02JJ> 앱 스토어 심사 상태가 변경되었습니다.";

if (
!app.appID ||
Expand Down

0 comments on commit 613b2c3

Please sign in to comment.