Skip to content

Commit

Permalink
feat: 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Nov 19, 2024
1 parent ff6e113 commit 0366b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WorkspaceInvited private constructor(
): String =
"${user.name}님이 ${workspace.name}에 초대되었습니다.\n " +
"가입하시려면 링크를 클릭하세요. " +
"https://a-maker.co.kr/workspace/${workspace.id}/invite"
"https://a-maker.co.kr/invite/${workspace.id}"

fun of(
workspace: Workspace,
Expand Down

0 comments on commit 0366b04

Please sign in to comment.