Skip to content

Commit

Permalink
Merge pull request #18 from samagra-comms/main
Browse files Browse the repository at this point in the history
hotfix: Adapter returning NOT SET even when message is sent
  • Loading branch information
KDwevedi authored Dec 7, 2023
2 parents 6647ef6 + b746c70 commit 51b2ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/message/services/outbound/outbound.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export class OutboundService {
adapterCredentials: credentials
});
const adapterResponse = await convertXMessageToMsg(orchestratorRequest);
if (adapterResponse.messageState = MessageState.NOT_SENT) {
throw new Error("Message Not Sent")
}
// if (adapterResponse.messageState = MessageState.NOT_SENT) {
// throw new Error("Message Not Sent")
// }
}
}

0 comments on commit 51b2ed3

Please sign in to comment.