Add missing json class annotation

This commit is contained in:
Florian Renaud 2022-01-06 15:32:14 +01:00
parent daadf72ffe
commit 8d7b2ab5d8
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ data class TaggedEventsContent(
} }
} }
@JsonClass(generateAdapter = true)
data class TaggedEventInfo( data class TaggedEventInfo(
@Json(name = "keywords") @Json(name = "keywords")
val keywords: List<String>? = null, val keywords: List<String>? = null,