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 e8915c8 commit cf6f199Copy full SHA for cf6f199
src/message/services/outbound/outbound.service.ts
@@ -34,7 +34,7 @@ export class OutboundService {
34
35
if ("text" in orchestratorRequest.payload) {
36
orchestratorRequest.payload.text = orchestratorRequest.payload.text.substring(0,1023)
37
- this.logger.log(orchestratorRequest.payload.text.length)
+ console.log(orchestratorRequest.payload.text.length)
38
}
39
40
const adapterResponse = await convertXMessageToMsg(orchestratorRequest);
0 commit comments