Skip to content

Commit

Permalink
fix: 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
dradnats1012 committed Dec 15, 2024
1 parent 48f04c3 commit c505ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class CoopService {
private final CoopShopService coopShopService;
private final PasswordEncoder passwordEncoder;
private final JwtProvider jwtProvider;
List<String> placeFilters = Arrays.asList("A코너", "B코너", "C코너");
private final List<String> placeFilters = Arrays.asList("A코너", "B코너", "C코너");

public static final LocalDate LIMIT_DATE = LocalDate.of(2022, 11, 29);
private final int EXCEL_COLUMN_COUNT = 8;
Expand Down

0 comments on commit c505ea6

Please sign in to comment.