Skip to content

Commit

Permalink
Hotfix: 과릿 1.0.2 (#248)
Browse files Browse the repository at this point in the history
* Hotfix: 학생, 이름 색상 업데이트 오류 수정 #247
  • Loading branch information
dl-00-e8 authored Nov 2, 2023
1 parent c3ca5d5 commit b40f5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void updateColor(PatchColorReq patchColorReq) {
}

public void updateIsUpdate() {
this.isUpdate = Boolean.FALSE; // 한 번이라도 학생이 변경 시도하면 Boolean.TRUE 값 고정되어야 함.
this.isUpdate = Boolean.TRUE; // 한 번이라도 학생이 변경 시도하면 Boolean.TRUE 값 고정되어야 함.
}

@Builder
Expand Down

0 comments on commit b40f5e5

Please sign in to comment.