mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-08 13:25:17 +00:00
fix post
This commit is contained in:
parent
1956bdd77d
commit
02d3095673
@ -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