Skip to content

Commit f004315

Browse files
authored
v0.1.7
v0.1.7
2 parents 362ebf3 + d363457 commit f004315

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sseudam-admin/src/main/kotlin/com/sseudam/admin/presentation/v1/suggestion/AdminSuggestionController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

sseudam-clients/notification/src/main/kotlin/com/sseudam/client/discord/DiscordClientSender.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)