This commit is contained in:
Jonathan Rainville 2018-08-07 14:11:44 -04:00
parent da0d87fdd1
commit 081ca8ef46

View File

@ -69,7 +69,7 @@ export function communicationVersion() {
}
export function sendMessage(payload) {
return post(`/communication/sendMessage`, payload);
return post(`/communication/sendMessage`, payload.body);
}
export function listenToChannel(channel) {