Skip to content

Commit

Permalink
⚒️ :: (#479) default value 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsoftj1123 committed Dec 1, 2023
1 parent 92db130 commit 4a2a0fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class RecruitmentFilter {

private final Boolean winterIntern;
@Builder.Default
private int limit = 11;
private int limit = 10;

public Long getOffset() {
return page * limit;
Expand Down

0 comments on commit 4a2a0fc

Please sign in to comment.