Skip to content

Commit 3a701c2

Browse files
committed
yet more linting
1 parent 6b36c2a commit 3a701c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/api-handler/src/services/mi-operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import MiNotFoundError from "@internal/datastore/src/errors/mi-not-found-error";
12
import { MIRepository } from "@internal/datastore/src/mi-repository";
23
import { GetMIResponse, IncomingMI, PostMIResponse } from "../contracts/mi";
34
import { mapToGetMIResponse, mapToPostMIResponse } from "../mappers/mi-mapper";
45
import { ApiErrorDetail } from "../contracts/errors";
56
import NotFoundError from "../errors/not-found-error";
6-
import MiNotFoundError from "@internal/datastore/src/errors/mi-not-found-error";
77

88
export const postMI = async (
99
incomingMi: IncomingMI,

0 commit comments

Comments
 (0)