Skip to content

Commit

Permalink
Update generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Dec 27, 2021
1 parent b94b383 commit 5d32f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public data class DisplayPreferencesDto(
* Gets or sets the custom prefs.
*/
@SerialName("CustomPrefs")
public val customPrefs: Map<String, String>? = null,
public val customPrefs: Map<String, String?>,
/**
* Gets or sets the scroll direction.
*/
Expand Down

0 comments on commit 5d32f73

Please sign in to comment.