diff --git a/src/context/inbox.tsx b/src/context/inbox.tsx index e26f7caa..cd5d40a0 100644 --- a/src/context/inbox.tsx +++ b/src/context/inbox.tsx @@ -34,9 +34,6 @@ export const InboxProvider = (props: { children: JSX.Element }) => { 'Content-Type': 'application/json', Authorization: getToken() }, - body: JSON.stringify({ - foo: 'bar' - }), onmessage(event) { const message = JSON.parse(event.data)