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