Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Feb 26, 2024
1 parent 911ea08 commit ed9582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/libs/lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import cors from "@middy/http-cors"
import { OFFLINE } from "../constants"
import { transpileSchema } from "@middy/validator/transpile"
import validator from "@middy/validator"
import { Lambda, LambdaClient } from "@aws-sdk/client-lambda"
import { LambdaClient } from "@aws-sdk/client-lambda"

export const withMiddy = (
handler: any,
Expand Down

0 comments on commit ed9582b

Please sign in to comment.