Skip to content

Commit 3db6fd9

Browse files
authored
어드민 알림 전송 api 호환성 유지 (어드민페이지) (#454)
1 parent d541d74 commit 3db6fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/notification/dto/InsertNotificationRequest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data class InsertNotificationRequest(
1010
val title: String,
1111
val body: String,
1212
val insertFcm: Boolean,
13-
val shouldSendAsDataMessage: Boolean,
13+
val shouldSendAsDataMessage: Boolean = false,
1414
val type: NotificationType = NotificationType.NORMAL,
1515
val dataPayload: Map<String, String> = emptyMap(),
1616
)

0 commit comments

Comments
 (0)