Skip to content

Commit

Permalink
skip lint text
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 7, 2024
1 parent eee1b66 commit 327c72a
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("When secret protection policy is enabled")
z.object({ approval: SecretApprovalRequestsSchema }).describe('When secret protection policy is enabled')

Check failure on line 613 in backend/src/server/routes/v3/secret-router.ts

View workflow job for this annotation

GitHub Actions / Check TS and Lint

Replace `'When·secret·protection·policy·is·enabled'` with `"When·secret·protection·policy·is·enabled"`
])
}
},
Expand Down

0 comments on commit 327c72a

Please sign in to comment.