File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/api/integrations/chatbot Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "editor.fontSize" : 13 ,
2+ // "editor.fontSize": 13,
33 "editor.fontLigatures" : true ,
4- "editor.letterSpacing" : 0.5 ,
4+ // "editor.letterSpacing": 0.5,
55 "editor.smoothScrolling" : true ,
66 "editor.tabSize" : 2 ,
77 "editor.codeActionsOnSave" : {
1212 "prisma-smart-formatter.prisma.defaultFormatter" : " Prisma.prisma" ,
1313 "i18n-ally.localesPaths" : [
1414 " store/messages"
15- ]
15+ ],
16+ "deno.enable" : false
1617}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export class ChatbotController {
108108 callback : any ,
109109 ) {
110110 if ( userMessageDebounce [ remoteJid ] ) {
111- userMessageDebounce [ remoteJid ] . message += ` ${ content } ` ;
111+ userMessageDebounce [ remoteJid ] . message += `\n ${ content } ` ;
112112 this . logger . log ( 'message debounced: ' + userMessageDebounce [ remoteJid ] . message ) ;
113113 clearTimeout ( userMessageDebounce [ remoteJid ] . timeoutId ) ;
114114 } else {
You can’t perform that action at this time.
0 commit comments