Skip to content

Commit

Permalink
fix: 개별 등록시 추천에 활용되지 않는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
styughjvbn committed Aug 21, 2024
1 parent 8f825b3 commit 9e85b3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public Clothes toEntity(CategoryLow categoryLow, Long imageFileId, Long userId)
.imageFileId(imageFileId)
.userId(userId)
.extra(extra)
.processing(0)
.build();
}
}

0 comments on commit 9e85b3a

Please sign in to comment.