mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 12:08:14 +00:00
fix post
This commit is contained in:
parent
da0d87fdd1
commit
081ca8ef46
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user