Fix warning

This commit is contained in:
ganfra 2026-03-24 12:15:14 +01:00
parent d707ad1c27
commit 41a30fe6a3

View file

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