Skip to content

Commit

Permalink
BC-8120 - fix error logging in userIdToAccountIdUpdate function (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP authored Sep 25, 2024
1 parent 8621572 commit 9a12b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/administration.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ const userIdToAccountIdUpdate = () => async function useIdToAccountId(req, res,
redirectHelper.safeBackRedirect(req, res);
})
.catch((error) => {
logger.error(error);
next(error);
});
};
Expand Down

0 comments on commit 9a12b8f

Please sign in to comment.