From 21653beb3060a4a5924f6c72d0243ec9c4b38848 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 15 Nov 2023 12:29:35 +0100 Subject: [PATCH] Reduce more unwarranted differences with upstream --- app/javascript/flavours/glitch/actions/accounts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/flavours/glitch/actions/accounts.js b/app/javascript/flavours/glitch/actions/accounts.js index d4f18ff2d7..6d9544d651 100644 --- a/app/javascript/flavours/glitch/actions/accounts.js +++ b/app/javascript/flavours/glitch/actions/accounts.js @@ -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));