Compare commits
2 Commits
next
...
fix/env-di
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
263f8b3588 | ||
|
|
fc9f933905 |
@@ -400,7 +400,7 @@ const HoppTestResultSchema = z
|
||||
(x) => "secret" in x && !x.secret
|
||||
).and(
|
||||
z.object({
|
||||
previousValue: z.string(),
|
||||
previousValue: z.optional(z.string()),
|
||||
})
|
||||
)
|
||||
),
|
||||
@@ -415,7 +415,7 @@ const HoppTestResultSchema = z
|
||||
(x) => "secret" in x && !x.secret
|
||||
).and(
|
||||
z.object({
|
||||
previousValue: z.string(),
|
||||
previousValue: z.optional(z.string()),
|
||||
})
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user