fix-bearer

This commit is contained in:
Untone 2023-11-15 16:56:34 +03:00
parent 89d6353803
commit 40b77c99e7

View File

@ -38,7 +38,7 @@ const options: ClientOptions = {
if (!token) {
console.error('[privateGraphQLClient] fetchOptions: token is null!')
}
const headers = { Authorization: 'Bearer ' + token }
const headers = { Authorization: token }
return { headers }
},
exchanges