Skip to content

Commit

Permalink
DIG_PRODUCT ENUM 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 31, 2023
1 parent f48bc5e commit 76789ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum DetailCategory {
PLACE("공간향", FRAGRANCE),
TOP("상의", CLOTHES),
FAS_PRODUCT("패션소품", FASHION_PRODUCT),
DIG_PRODUCT("디지털/테크소품", FASHION_PRODUCT),
DIG_PRODUCT("디지털/테크소품", DIGITAL_PRODUCT),
BAG("가방", SmallCategory.BAG),
ACCESSORY("액세서리", SmallCategory.ACCESSORY),
DISH("식기", COOKING),
Expand Down

0 comments on commit 76789ce

Please sign in to comment.