This commit is contained in:
Massimiliano Assante 2022-09-16 12:41:26 +02:00
parent 4b80189a6e
commit 4efb919c00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class UserSetNotificationBean {
@JsonProperty("disableNotification")
@NotNull(message="disableNotification cannot be null")
private boolean disableNotification;
private Boolean disableNotification;
public UserSetNotificationBean() {
super();