Skip to content

Commit

Permalink
update type for isDefault value
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFoxogen committed May 14, 2024
1 parent c0bb430 commit fc245f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class SimpleDomainDTO {
private String domainName;
private String domainImg;
private long timestamp;
private boolean isDefault;
private Boolean isDefault;
private String status;
}

0 comments on commit fc245f3

Please sign in to comment.