тщищвн
This commit is contained in:
parent
2138fadfcf
commit
93eafb47d0
|
@ -34,9 +34,6 @@ export const InboxProvider = (props: { children: JSX.Element }) => {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
Authorization: getToken()
|
Authorization: getToken()
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
|
||||||
foo: 'bar'
|
|
||||||
}),
|
|
||||||
onmessage(event) {
|
onmessage(event) {
|
||||||
const message = JSON.parse(event.data)
|
const message = JSON.parse(event.data)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user