mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
fix post
This commit is contained in:
parent
c2c00835f8
commit
25677799cd
@ -69,7 +69,7 @@ export function communicationVersion() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function sendMessage(payload) {
|
export function sendMessage(payload) {
|
||||||
return post(`/communication/sendMessage`, payload);
|
return post(`/communication/sendMessage`, payload.body);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function listenToChannel(channel) {
|
export function listenToChannel(channel) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user