Skip to content

Commit

Permalink
eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerwsm committed May 18, 2020
1 parent d345e72 commit e3d04ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/api/login/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export async function generateOtp(req: Express.Request, res: Express.Response) {
} catch (error) {
logger.error(`OTP generation failed unexpectedly:\t${error}`)
res.serverError(jsonMessage('OTP generation failed unexpectedly.'))
return
}
}

Expand Down

0 comments on commit e3d04ac

Please sign in to comment.