Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed May 13, 2024
1 parent 70cc592 commit 0006429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* <p>
* Only for read as data is immutable.
*/
public record MenuData(String title, Long order, boolean exclude, String icon) implements Serializable {
public record MenuData(String title, double order, boolean exclude, String icon) implements Serializable {


/**
Expand Down

0 comments on commit 0006429

Please sign in to comment.