mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3361 from Infisical/akhilmhdh-patch-2
feat: updated project access note to max a limit
This commit is contained in:
@@ -760,6 +760,7 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
|
||||
comment: z
|
||||
.string()
|
||||
.trim()
|
||||
.max(2500)
|
||||
.refine(
|
||||
(val) =>
|
||||
characterValidator([
|
||||
|
||||
Reference in New Issue
Block a user