Fix warning

This commit is contained in:
ganfra 2026-03-24 12:15:14 +01:00
parent 1522f48156
commit 7a4641c422

View file

@ -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 -> {