Make push notification imageUrl nullable (#80)
This commit is contained in:
parent
628c992b8d
commit
cd9e12f6d9
|
|
@ -3,5 +3,5 @@ package ru.touchin.push.message.provider.dto
|
|||
class Notification(
|
||||
val title: String,
|
||||
val description: String,
|
||||
val imageUrl: String
|
||||
val imageUrl: String?
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue