fix(persistence-service): add fallbacks for environments related schemas (#3832)
This commit is contained in:
@@ -233,7 +233,7 @@ const EnvironmentVariablesSchema = z.union([
|
||||
z.object({
|
||||
key: z.string(),
|
||||
value: z.string(),
|
||||
secret: z.literal(false),
|
||||
secret: z.literal(false).catch(false),
|
||||
}),
|
||||
z.object({
|
||||
key: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user