Skip to content

Commit

Permalink
OpenChargeMap API: fix nullability
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Jul 31, 2024
1 parent 9e18c62 commit f59fd9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ data class OCMUserComment(
@Json(name = "ID") val id: Long,
@Json(name = "CommentTypeID") val commentTypeId: Long,
@Json(name = "Comment") val comment: String?,
@Json(name = "UserName") val userName: String,
@Json(name = "UserName") val userName: String?,
@Json(name = "DateCreated") val dateCreated: ZonedDateTime
)

Expand Down

0 comments on commit f59fd9b

Please sign in to comment.