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 aec426e commit 6c4a48dCopy full SHA for 6c4a48d
src/main/java/com/back/domain/chatbot/service/ChatbotService.java
@@ -548,7 +548,7 @@ private ChatResponseDto handleStepRecommendation(ChatRequestDto requestDto) {
548
549
case 2:
550
stepData = getAlcoholBaseTypeOptions(parseAlcoholStrength(requestDto.getSelectedAlcoholStrength()));
551
- message = "좋은 선택이네요! 이제 베이스가 될 술을 선택해주세요 🍸";
+ message = "좋은 선택이네요!\n 이제 베이스가 될 술을 선택해주세요 🍸";
552
type = MessageType.RADIO_OPTIONS;
553
break;
554
0 commit comments