Skip to content
Snippets Groups Projects
Commit fca59c4d authored by michael.minelli's avatar michael.minelli
Browse files

Sonar => Resolve issues

parent 6e8f4584
No related branches found
No related tags found
1 merge request!2Add missing header status code (linked to backend issue #19)
...@@ -5,7 +5,7 @@ import { z } from 'zod'; ...@@ -5,7 +5,7 @@ import { z } from 'zod';
const AssignmentFile = z.object({ const AssignmentFile = z.object({
dojoAssignmentVersion: z.number(), dojoAssignmentVersion: z.number(),
version : z.number(), version : z.number(),
immutable : z.array(ImmutableFileDescriptor.transform(value => value as ImmutableFileDescriptor)), immutable : z.array(ImmutableFileDescriptor),
result : z.object({ result : z.object({
container: z.string(), container: z.string(),
volume : z.string().optional() volume : z.string().optional()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment