Skip to content

Commit

Permalink
fix: 분석상태가 DONE 으로 되지 않는 오류 해결 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Sep 12, 2024
1 parent 587c08a commit 5bcafe3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ public void updateRetrospectStatus(RetrospectStatus retrospectStatus, LocalDateT
}

public void updateAnalysisStatus(AnalysisStatus analysisStatus) {
if (this.analysisStatus.equals(AnalysisStatus.NOT_STARTED)) {
this.analysisStatus = analysisStatus;
}

this.analysisStatus = analysisStatus;
}
}

0 comments on commit 5bcafe3

Please sign in to comment.