Skip to content

Commit

Permalink
๐Ÿ› [fix] DTO error ํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Sep 4, 2024
1 parent b31252a commit b165cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static class InitializingMatchingRequestDTO {
public static class ModifyMatchingRequestDTO {
@NotBlank(message = "status๋Š” ๋น„์›Œ๋‘˜ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค")
String status;
@NotBlank(message = "gameMode๋Š” ๋น„์›Œ๋‘˜ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค")
@NotNull(message = "gameMode๋Š” ๋น„์›Œ๋‘˜ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค")
Integer gameMode;
}
}

0 comments on commit b165cdb

Please sign in to comment.