Skip to content

Commit

Permalink
fix: AI 서비스와 싱크 맞지 않는 오류 해결 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Sep 12, 2024
1 parent c4baaaa commit 587c08a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void create(AnswerListCreateRequest request, Long spaceId, Long retrospec
if (answers.getWriteCount(retrospectId) == team.getTeamMemberCount()){
retrospect.updateRetrospectStatus(RetrospectStatus.DONE, time.now());
retrospect.updateAnalysisStatus(AnalysisStatus.PROCEEDING);
retrospectRepository.saveAndFlush(retrospect);

aiAnalyzeService.createAnalyze(spaceId, retrospectId, answers.getWriteMemberIds());
}
Expand Down

0 comments on commit 587c08a

Please sign in to comment.