From 6b26191a6e364ef0439c8cb65004a681e4fd5fa8 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 29 Jan 2021 15:35:52 -0500 Subject: [PATCH] Send team name and id (#79) --- src/controllers/teamController.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/controllers/teamController.ts b/src/controllers/teamController.ts index d848eb9..1d25ade 100644 --- a/src/controllers/teamController.ts +++ b/src/controllers/teamController.ts @@ -324,6 +324,7 @@ export const getInvitesForUser = async (req: Request, res: Response): Promise