Reduce more unwarranted differences with upstream
parent
7b922c2d90
commit
21653beb30
|
@ -106,7 +106,6 @@ export function fetchAccount(id) {
|
|||
|
||||
api(getState).get(`/api/v1/accounts/${id}`).then(response => {
|
||||
dispatch(importFetchedAccount(response.data));
|
||||
}).then(() => {
|
||||
dispatch(fetchAccountSuccess());
|
||||
}).catch(error => {
|
||||
dispatch(fetchAccountFail(id, error));
|
||||
|
|
Loading…
Reference in New Issue