From 6749840077542a1e998c56d9ad96a5eca03e06e5 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Thu, 21 Apr 2022 00:00:02 +0200 Subject: [PATCH] fix: improve comments on teams --- pages/api/teams/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/api/teams/index.ts b/pages/api/teams/index.ts index 3fcd7d7d05..a480bff97a 100644 --- a/pages/api/teams/index.ts +++ b/pages/api/teams/index.ts @@ -56,16 +56,15 @@ async function createOrlistAllTeams(req: NextApiRequest, res: NextApiResponse schemaMembershipPublic.parse(membership)); - // We're also creating the relation membership of team ownership in this call. const data = schemaTeamPublic.parse(team); // We are also returning the new ownership relation as owner besides team. if (data)