тщищвн

This commit is contained in:
Untone 2023-10-13 00:44:02 +03:00
parent 2138fadfcf
commit 93eafb47d0

View File

@ -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)