Skip to content

Commit

Permalink
feat: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Feb 8, 2024
1 parent d80a3f5 commit d51c149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/server/routes/v3/secret-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const registerSecretRouter = async (server: FastifyZodProvider) => {
method: "GET",
schema: {
querystring: z.object({
workspaceId: z.string().trim().optional(),
secretPath: z.string().trim().default("/").transform(removeTrailingSlash),
include_imports: z
.enum(["true", "false"])
Expand Down

0 comments on commit d51c149

Please sign in to comment.