Skip to content

Commit

Permalink
Add missing json class annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenaud14 committed Jan 6, 2022
1 parent daadf72 commit 8d7b2ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ data class TaggedEventsContent(
}
}

@JsonClass(generateAdapter = true)
data class TaggedEventInfo(
@Json(name = "keywords")
val keywords: List<String>? = null,
Expand Down

0 comments on commit 8d7b2ab

Please sign in to comment.