Skip to content

Commit f160ba2

Browse files
committed
remove TODOs
1 parent 7be4ed2 commit f160ba2

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

internal/datastore/src/mi-repository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class MIRepository {
3737
return MISchema.parse(miDb);
3838
}
3939

40-
// TODO should the miId and supplierId be encapsulated in a getMIRequest
4140
async getMI(
4241
miId: string,
4342
supplierId: string,

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import z from "zod";
22
import { makeDocumentSchema } from "./json-api";
33

4-
// TODO this is exactly the same as the PostMIRequestResourceSchema
5-
// check if I should reuse this
64
export const GetMIResponseResourceSchema = z
75
.object({
86
id: z.string(),

0 commit comments

Comments
 (0)