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.
2 parents 51b2ed3 + c96a3d9 commit badb7d4Copy full SHA for badb7d4
src/message/services/outbound/outbound.service.ts
@@ -15,8 +15,8 @@ export class OutboundService {
15
adapterCredentials: credentials
16
});
17
const adapterResponse = await convertXMessageToMsg(orchestratorRequest);
18
- // if (adapterResponse.messageState = MessageState.NOT_SENT) {
19
- // throw new Error("Message Not Sent")
20
- // }
+ if (adapterResponse.messageState == MessageState.NOT_SENT) {
+ throw new Error("Message Not Sent")
+ }
21
}
22
0 commit comments