Skip to content

Commit

Permalink
Merge pull request #60 from studio-recoding/!HOTFIX-schedule-create
Browse files Browse the repository at this point in the history
[⚠️!HOTFIX] caseNumber 1로 변경
  • Loading branch information
JeonHaeseung authored May 5, 2024
2 parents e749512 + 10d8e44 commit 4b8ae9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ public GetChatListDto postAiScheduleAccept(Long memberId, Boolean idAccepted, Lo

scheduleRepository.save(newSchedule);

chatService.createNewChat(memberId, "일정을 추가해드렸습니다:)", ChatType.AI, 2, member);
chatService.createNewChat(memberId, "일정을 추가해드렸습니다:)", ChatType.AI, 1, member);

} else {
chatService.createNewChat(memberId, "일정 추가를 취소했습니다.\n더 필요한 것이 있으시면 알려주세요!", ChatType.AI, 2, member);
chatService.createNewChat(memberId, "일정 추가를 취소했습니다.\n더 필요한 것이 있으시면 알려주세요!", ChatType.AI, 1, member);
}

// 모든 채팅 내역 반환
Expand Down

0 comments on commit 4b8ae9e

Please sign in to comment.