fix-bearer
This commit is contained in:
parent
89d6353803
commit
40b77c99e7
|
@ -38,7 +38,7 @@ const options: ClientOptions = {
|
||||||
if (!token) {
|
if (!token) {
|
||||||
console.error('[privateGraphQLClient] fetchOptions: token is null!')
|
console.error('[privateGraphQLClient] fetchOptions: token is null!')
|
||||||
}
|
}
|
||||||
const headers = { Authorization: 'Bearer ' + token }
|
const headers = { Authorization: token }
|
||||||
return { headers }
|
return { headers }
|
||||||
},
|
},
|
||||||
exchanges
|
exchanges
|
||||||
|
|
Loading…
Reference in New Issue
Block a user