Skip to content

Commit

Permalink
BC-8120 - fix error logging in userIdToAccountIdUpdate function
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Sep 25, 2024
1 parent 8621572 commit b1e3bb4
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 b1e3bb4

Please sign in to comment.