From 93eafb47d0f0d3327df0237a3b494316de172859 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 13 Oct 2023 00:44:02 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D1=89=D0=B8=D1=89=D0=B2=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/context/inbox.tsx | 3 --- 1 file changed, 3 deletions(-) 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)