diff --git a/push-message-provider/src/main/kotlin/ru/touchin/push/message/provider/dto/Notification.kt b/push-message-provider/src/main/kotlin/ru/touchin/push/message/provider/dto/Notification.kt index c709225..9653b22 100644 --- a/push-message-provider/src/main/kotlin/ru/touchin/push/message/provider/dto/Notification.kt +++ b/push-message-provider/src/main/kotlin/ru/touchin/push/message/provider/dto/Notification.kt @@ -1,7 +1,7 @@ package ru.touchin.push.message.provider.dto class Notification( - val title: String, + val title: String?, val description: String, val imageUrl: String? )