Skip to content

Commit 1a1ddc5

Browse files
committed
feat: 탈퇴 유저 푸시 필터링
1 parent 4fb946e commit 1a1ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuk-api/src/main/kotlin/nexters/tuk/application/push/PushService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class PushService(
4646
message = PushCommand.MessagePayload(
4747
title = pushMessage.getTitle(
4848
memberNameMap[token.memberId]
49-
?: throw IllegalArgumentException("Member name not found for ID: ${token.memberId}")
49+
?: return@forEach
5050
),
5151
body = pushMessage.body
5252
)

0 commit comments

Comments
 (0)