Skip to content

Commit fb36488

Browse files
authored
Merge pull request #33 from 9oormthon-univ/feat/rank
[Fix] 오타 수정
2 parents 0b44e0e + c420141 commit fb36488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/trashheroesbe/feature/disposal/dto/response/DistrictTrashDisposalResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static List<DistrictTrashDisposalResponse> of(
5252

5353
private static String getCategoryName(Type type) {
5454
return switch (type) {
55-
case NON_RECYCLABLE, FOOD_WASTE -> "일반 /음식물쓰레기";
55+
case NON_RECYCLABLE, FOOD_WASTE -> "일반/음식물쓰레기";
5656
case PET, VINYL_FILM -> "투명페트병/비닐";
5757
case PAPER, PAPER_PACK, PLASTIC, STYROFOAM, GLASS, METAL, TEXTILES,
5858
E_WASTE, HAZARDOUS_SMALL_WASTE -> "그외 재활용품";

0 commit comments

Comments
 (0)