From 180d2692cd3320dd9d0c4d21f34ca6f4e7bfbfe0 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 27 Sep 2024 20:17:17 +0400 Subject: [PATCH] Re-trigger tests --- backend/src/server/routes/v2/organization-router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/server/routes/v2/organization-router.ts b/backend/src/server/routes/v2/organization-router.ts index e6ea094c3..d237bca22 100644 --- a/backend/src/server/routes/v2/organization-router.ts +++ b/backend/src/server/routes/v2/organization-router.ts @@ -69,7 +69,7 @@ export const registerOrgRouter = async (server: FastifyZodProvider) => { rateLimit: readLimit }, schema: { - description: "Return projects in organization that user is part of", + description: "Return projects in organization that user is apart of", security: [ { bearerAuth: []