Remove stray } from api.js

This commit is contained in:
Fosco Marotto 2021-02-15 19:59:02 -05:00
parent 422a599831
commit d91df58eb9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default getState => {
return axios.create({ return axios.create({
headers: Object.assign(csrfHeader, authToken ? { headers: Object.assign(csrfHeader, authToken ? {
'Authorization': `Bearer ${authToken}}`, 'Authorization': `Bearer ${authToken}`,
} : {}), } : {}),
transformResponse: [function (data) { transformResponse: [function (data) {