We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb946e commit 1a1ddc5Copy full SHA for 1a1ddc5
tuk-api/src/main/kotlin/nexters/tuk/application/push/PushService.kt
@@ -46,7 +46,7 @@ class PushService(
46
message = PushCommand.MessagePayload(
47
title = pushMessage.getTitle(
48
memberNameMap[token.memberId]
49
- ?: throw IllegalArgumentException("Member name not found for ID: ${token.memberId}")
+ ?: return@forEach
50
),
51
body = pushMessage.body
52
)
0 commit comments