We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9c81d4 + 4180b1d commit fc5826eCopy full SHA for fc5826e
1 file changed
packages/fxa-auth-server/lib/routes/account.ts
@@ -3038,12 +3038,7 @@ export const accountRoutes = (
3038
},
3039
3040
handler: async (request: AuthRequest) => {
3041
- try {
3042
- return accountHandler.reset(request);
3043
- } catch (err) {
3044
- console.log('!!!', err);
3045
- throw err;
3046
- }
+ return accountHandler.reset(request);
3047
3048
3049
{
0 commit comments