Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jan 10, 2023
1 parent 7058205 commit 740c0ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data class BadgeGroup (

data class BadgePattern(
@JsonProperty("title")
var title: String? = null,
var title: String,
@JsonProperty("pattern")
var pattern: Pattern,
@JsonProperty("linkPrefix")
Expand All @@ -28,7 +28,7 @@ data class BadgePattern(

data class BadgeSetting (
@JsonProperty("title")
var title: String? = null,
var title: String,
@JsonProperty("badge")
var badge: String? = null,
@JsonProperty("codePrefix")
Expand Down

0 comments on commit 740c0ff

Please sign in to comment.