Reduce more unwarranted differences with upstream

th-new
Claire 2023-11-15 12:29:35 +01:00
parent 7b922c2d90
commit 21653beb30
1 changed files with 0 additions and 1 deletions

View File

@ -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));