X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb4491eea9ba873845f7a5796d139d19977f8112..9bad01c91c6c67d5067419ab709129ff1d1e6b18:/src/store/auth/auth-action.ts diff --git a/src/store/auth/auth-action.ts b/src/store/auth/auth-action.ts index 33a5df9045..00af5ce5b0 100644 --- a/src/store/auth/auth-action.ts +++ b/src/store/auth/auth-action.ts @@ -17,9 +17,9 @@ export const authActions = unionize({ USER_DETAILS_REQUEST: {}, USER_DETAILS_SUCCESS: ofType() }, { - tag: 'type', - value: 'payload' - }); + tag: 'type', + value: 'payload' +}); function setAuthorizationHeader(services: ServiceRepository, token: string) { services.apiClient.defaults.headers.common = {