Skip to content

Commit

Permalink
Merge branch 'master' into khaliq/nan-1664-add-internalintegrationid-…
Browse files Browse the repository at this point in the history
…to-bigquery-tables
  • Loading branch information
khaliqgant authored Sep 16, 2024
2 parents 7a6ac24 + 0418a48 commit c29c22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/helpers/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const scriptNameSchema = z
.max(255);
export const connectionIdSchema = z
.string()
.regex(/^[a-zA-Z0-9,.;:=+~[\]@${}"'\\/_ -]+$/) // For legacy reason (some people are stringifying json and passing email)
.regex(/^[a-zA-Z0-9,.;:=+~[\]|@${}"'\\/_ -]+$/) // For legacy reason (some people are stringifying json and passing email)
.max(255);
export const envSchema = z
.string()
Expand Down

0 comments on commit c29c22e

Please sign in to comment.