Skip to content
Snippets Groups Projects
Unverified Commit d385009b authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix(datasource/hex): allow null message for retirements (#26706)

parent a7927906
Branches
Tags mariadb-0.3.9 postgres-0.3.14
No related merge requests found
...@@ -24,7 +24,7 @@ export const HexRelease = z ...@@ -24,7 +24,7 @@ export const HexRelease = z
.record( .record(
z.string(), z.string(),
z.object({ z.object({
message: z.string(), message: z.string().nullable(),
reason: z.string(), reason: z.string(),
}), }),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment