Remove stray } from api.js
This commit is contained in:
parent
422a599831
commit
d91df58eb9
|
@ -30,7 +30,7 @@ export default getState => {
|
|||
|
||||
return axios.create({
|
||||
headers: Object.assign(csrfHeader, authToken ? {
|
||||
'Authorization': `Bearer ${authToken}}`,
|
||||
'Authorization': `Bearer ${authToken}`,
|
||||
} : {}),
|
||||
|
||||
transformResponse: [function (data) {
|
||||
|
|
Loading…
Reference in New Issue