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 298e533 commit 183dd58Copy full SHA for 183dd58
1 file changed
packages/core/src/sms/advanced/chatbot.ts
@@ -61,8 +61,7 @@ export class SmsChatbot {
61
' if (!originationNumber || !messageBody) continue;',
62
' const response = await processMessage(originationNumber, messageBody.trim());',
63
' await sendResponse(originationNumber, response);',
64
- ' }
65
-catch (error) {',
+ ' } catch (error) {',
66
` console.error('Error:', error);`,
67
' }',
68
0 commit comments