Skip to content

Commit

Permalink
formatting bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Jan 28, 2024
1 parent 2db556f commit 3bbdb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/user/user-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ userRouter.get("/:USERID", strongJwtVerification, async (req: Request, res: Resp
return next(new RouterError(StatusCode.ClientErrorForbidden, "Forbidden"));
});

export default userRouter;
export default userRouter;

0 comments on commit 3bbdb43

Please sign in to comment.