Skip to content

Commit c490c03

Browse files
authored
hotfix: Product entity 괄호 수정
1 parent 7627b4c commit c490c03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/hackathon/kb/chakchak/domain/product/domain/entity

src/main/java/hackathon/kb/chakchak/domain/product/domain/entity/Product.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void changeRecruitmentPeriods(LocalDateTime start, LocalDateTime end) {
122122

123123
public void updateStatus(ProductStatus status) {
124124
this.status = status;
125+
}
125126

126127
public void changeTitle(String title) {
127128
if (title != null)

0 commit comments

Comments
 (0)