Skip to content

Commit

Permalink
Attempt to fix startup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Nov 12, 2024
1 parent e9ce72e commit e391800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/utils/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ export const representativeSchema = z.object({
description: z.string().optional()
});

export const vulnerabilitySchema = baseNamedObject({
export const vulnerabilitySchema = z.object({
...NameDescriptionMixin,
folder: z.string(),
ref_id: z.string().optional().default(''),
status: z.string().default('--'),
Expand Down

0 comments on commit e391800

Please sign in to comment.