Skip to content

Commit

Permalink
chore(suggestion): change suggestion team limit from 3 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaerim1001 committed Sep 27, 2023
1 parent 48844f6 commit 924199a
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 @@
public class SuggestionRepositoryImpl implements SuggestionRepository {

private final JPAQueryFactory queryFactory;
private static final int SUGGESTION_TEAM_LIMIT = 3;
private static final int SUGGESTION_TEAM_LIMIT = 2;
private static final LocalTime boundaryTime = LocalTime.of(23, 11);


Expand Down

0 comments on commit 924199a

Please sign in to comment.