Skip to content

Commit

Permalink
test breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 7, 2024
1 parent 4b4305b commit eee1b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/server/routes/v3/secret-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ export const registerSecretRouter = async (server: FastifyZodProvider) => {
secret: SecretsSchema.omit({ secretBlindIndex: true }).merge(
z.object({
_id: z.string(),
workspace: z.string(),
environment: z.string()
workspace: z.string()
})
)
}),
Expand Down

0 comments on commit eee1b66

Please sign in to comment.