Re-trigger tests

This commit is contained in:
Daniel Hougaard
2024-09-27 20:17:17 +04:00
parent 433e58655a
commit 180d2692cd

View File

@@ -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: []