Skip to content

Commit c3e3ef8

Browse files
committed
fix mi linting
1 parent d01b663 commit c3e3ef8

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

  • lambdas/api-handler/src/contracts

lambdas/api-handler/src/contracts/mi.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,6 @@ export const GetMIResponseResourceSchema = z
4545
})
4646
.strict();
4747

48-
// export const GetMIResponseResourceSchema = z
49-
// .object({
50-
// id: z.string(),
51-
// type: z.literal("ManagementInformation"),
52-
// attributes: z
53-
// .object({
54-
// lineItem: z.string(),
55-
// timestamp: z.string(),
56-
// quantity: z.number(),
57-
// specificationId: z.string().optional(),
58-
// groupId: z.string().optional(),
59-
// stockRemaining: z.number().optional(),
60-
// })
61-
// .strict(),
62-
// })
63-
// .strict();
64-
6548
export const GetMIResponseSchema = makeDocumentSchema(
6649
GetMIResponseResourceSchema,
6750
);

0 commit comments

Comments
 (0)