From 8f25516abd94f51836b73c54cb92c7b9cbda16f9 Mon Sep 17 00:00:00 2001 From: Priyabrat Date: Sat, 27 Jan 2024 19:58:24 +0530 Subject: [PATCH] team name coming in /me request (#25) --- src/middlewares/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/middlewares/auth.ts b/src/middlewares/auth.ts index 5938e37..df86605 100644 --- a/src/middlewares/auth.ts +++ b/src/middlewares/auth.ts @@ -44,6 +44,7 @@ const validateUser: Interfaces.Middleware.Async = async (req, _res, next) => { select: { id: true, registrationStatus: true, + teamName: true, members: { select: { id: true,