Skip to content

Commit

Permalink
fix: uri property in logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chsavvaidis committed Feb 17, 2025
1 parent bcbba6d commit c9d3e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlinx.serialization.json.jsonObject
*/
@Serializable
data class LogoProperties(
val url: String? = null,
val uri: String? = null,
@SerialName("alt_text") val altText: String? = null,
override val customParameters: Map<String, JsonElement> = mapOf()
) : JsonDataObject() {
Expand Down

0 comments on commit c9d3e68

Please sign in to comment.