Skip to content

Commit

Permalink
Merge pull request #58 from Staketab/dev
Browse files Browse the repository at this point in the history
update type for isDefault value
  • Loading branch information
MrFoxogen authored May 14, 2024
2 parents 0da7056 + fc245f3 commit a9cfd68
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 a9cfd68

Please sign in to comment.