Skip to content

Commit d6dfffb

Browse files
committed
more linting
1 parent 9844c13 commit d6dfffb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lambdas/api-handler/src/handlers/get-mi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import { assertNotEmpty } from "../utils/validation";
1010
import { extractCommonIds } from "../utils/common-ids";
1111
import { Deps } from "../config/deps";
1212

13-
export default function createGetMIHandler(deps: Deps
14-
): APIGatewayProxyHandler {
13+
export default function createGetMIHandler(deps: Deps): APIGatewayProxyHandler {
1514
return async (event) => {
1615
const commonIds = extractCommonIds(
1716
event.headers,

0 commit comments

Comments
 (0)