We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf4f4c commit bc640a2Copy full SHA for bc640a2
src/main/java/com/back/domain/chatbot/service/ChatbotService.java
@@ -502,7 +502,7 @@ private ChatResponseDto handleStepRecommendation(ChatRequestDto requestDto) {
502
null,
503
false
504
);
505
- message = "좋아요! 이제 원하는 칵테일 스타일을 자유롭게 말씀해주세요 💬\n 없으면 'x', 또는 '없음' 과 같이 입력해주세요!";
+ message = "좋아요! 이제 원하는 칵테일 스타일을 자유롭게 말씀해주세요 💬\n 없으면 'x', 또는 '없음' 을 입력해주세요!";
506
type = MessageType.INPUT;
507
break;
508
0 commit comments