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