Skip to content

Commit

Permalink
Update organization-router.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Feb 1, 2024
1 parent 87c061a commit 9248bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/server/routes/v2/organization-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const registerOrgRouter = async (server: FastifyZodProvider) => {
200: z.object({
workspaces: z
.object({
id: z.string(),
name: z.string(),
organization: z.string(),
environments: z
Expand Down

0 comments on commit 9248bdf

Please sign in to comment.