Skip to content

Commit

Permalink
πŸ”— :: (#479) νŽ˜μ΄μ§€ 개수 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsoftj1123 authored Dec 3, 2023
2 parents 92db130 + 4a2a0fc commit 9f0efa3
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 9f0efa3

Please sign in to comment.