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 b1ce76a commit ff6e113
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class TemplateEmailHandler(
"email" to user.email,
"title" to email.title,
"content" to email.message,
"detail" to email.detail,
)

emailSender.sendEmail(
Expand Down

0 comments on commit ff6e113

Please sign in to comment.