Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 8, 2024
1 parent 6a5e17e commit 3f251e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server/routes/v3/secret-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export const registerSecretRouter = async (server: FastifyZodProvider) => {
})
)
}),
z.object({ approval: SecretApprovalRequestsSchema }).describe("Whenn secret protection policy is enabled")
z.object({ approval: SecretApprovalRequestsSchema }).describe("Whennn secret protection policy is enabled")
])
}
},
Expand Down

0 comments on commit 3f251e1

Please sign in to comment.