Fix warning
This commit is contained in:
parent
d707ad1c27
commit
41a30fe6a3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class EventMessageMapper {
|
|||
body = type.content.body,
|
||||
geoUri = type.content.geoUri,
|
||||
description = type.content.description,
|
||||
assetType = type.content.asset?.into()
|
||||
assetType = type.content.asset.into()
|
||||
)
|
||||
}
|
||||
is MessageType.Other -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue