IO-1365 Update Messaging Issues.

This commit is contained in:
Patrick Fic
2021-09-21 17:33:39 -07:00
parent c64c49ab6e
commit 186ad2d7a2
10 changed files with 80 additions and 26 deletions

View File

@@ -90,8 +90,6 @@ export function* onSendMessage() {
}
export function* sendMessage({ payload }) {
try {
yield logImEXEvent("messaging_send_message");
const response = yield call(axios.post, "/sms/send", payload);
if (response.status === 200) {
yield put(sendMessageSuccess(payload));