This commit is contained in:
Jonathan Rainville 2018-08-07 14:11:44 -04:00 committed by Pascal Precht
parent c2c00835f8
commit 25677799cd
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

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) {