Skip to content

Commit

Permalink
Update project-router.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Feb 14, 2024
1 parent c717c6b commit ae4fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server/routes/v1/project-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
200: z.object({
invitee: UsersSchema,
latestKey: ProjectKeysSchema.optional()
}) //
})
}
},
onRequest: verifyAuth([AuthMode.JWT]),
Expand Down

0 comments on commit ae4fa7e

Please sign in to comment.