We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be4ed2 commit f160ba2Copy full SHA for f160ba2
2 files changed
internal/datastore/src/mi-repository.ts
@@ -37,7 +37,6 @@ export class MIRepository {
37
return MISchema.parse(miDb);
38
}
39
40
- // TODO should the miId and supplierId be encapsulated in a getMIRequest
41
async getMI(
42
miId: string,
43
supplierId: string,
lambdas/api-handler/src/contracts/mi.ts
@@ -1,8 +1,6 @@
1
import z from "zod";
2
import { makeDocumentSchema } from "./json-api";
3
4
-// TODO this is exactly the same as the PostMIRequestResourceSchema
5
-// check if I should reuse this
6
export const GetMIResponseResourceSchema = z
7
.object({
8
id: z.string(),
0 commit comments