We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9844c13 commit d6dfffbCopy full SHA for d6dfffb
1 file changed
lambdas/api-handler/src/handlers/get-mi.ts
@@ -10,8 +10,7 @@ import { assertNotEmpty } from "../utils/validation";
10
import { extractCommonIds } from "../utils/common-ids";
11
import { Deps } from "../config/deps";
12
13
-export default function createGetMIHandler(deps: Deps
14
-): APIGatewayProxyHandler {
+export default function createGetMIHandler(deps: Deps): APIGatewayProxyHandler {
15
return async (event) => {
16
const commonIds = extractCommonIds(
17
event.headers,
0 commit comments