File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
sseudam-admin/src/main/kotlin/com/sseudam/admin/presentation/v1/suggestion
sseudam-clients/notification/src/main/kotlin/com/sseudam/client/discord Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ class AdminSuggestionController(
4242 @PutMapping(" /suggestions/{suggestionId}" )
4343 fun updateSuggestionStatus (
4444 @PathVariable suggestionId : Long ,
45- @RequestParam status : SuggestionStatus ,
4645 @RequestBody request : AdminUpdateSuggestionRequest ,
4746 ) = adminFacade.updateSpotSuggestionStatus(request.toCommand(suggestionId))
4847}
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ class DiscordClientSender(
3232 """
3333 ## 🎉 쓰담 새 회원 가입 알림 ($environmentName )
3434
35- **닉네임:** ${userProfile.nickname}
3635 **이메일:** ${userProfile.email}
37- **이름:** ${userProfile.name ? : " Unknown" }
3836 **회원 ID:** ${userProfile.id}
3937 **가입일시:** ${userProfile.createdAt.toLocalDate()} ${userProfile.createdAt.toLocalTime()}
4038 """ .trimIndent()
You can’t perform that action at this time.
0 commit comments