diff --git a/server/src/controllers/auth.ts b/server/src/controllers/auth.ts index 6819f44..6e482de 100644 --- a/server/src/controllers/auth.ts +++ b/server/src/controllers/auth.ts @@ -104,4 +104,4 @@ export const checkAuth = (req: Request, res: Response) => { } catch (error) { res.status(StatusCodes.INTERNAL_SERVER_ERROR).json(error); } -}; \ No newline at end of file +};