Skip to content

Commit

Permalink
FAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrj97 committed Nov 15, 2023
1 parent c4590ea commit 27602cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/routes/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ router.post(
router.post(
`/:orgId/login`,
userLoginValidationRules,
asyncHandler(async (req: Request, res: Response) => {
const user: { user: User } = await userLogin(
asyncHandler(async (req: Request, res: Response) => {const user: { user: User } = await userLogin(
req.body.email,
req.body.password,
req.params.orgId,
Expand Down

0 comments on commit 27602cc

Please sign in to comment.