Skip to content

Commit

Permalink
Merge pull request #574 from bhamon-dot/patch-2
Browse files Browse the repository at this point in the history
#573 Fix busboy options property key
  • Loading branch information
willfarrell committed Nov 7, 2020
2 parents 9dbedcc + 6a62f85 commit 122ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-multipart-body-parser/index.d.ts
@@ -1,7 +1,7 @@
import middy from '@middy/core'

interface IMultipartBodyParserOptions {
busyboy?: any
busboy?: any
}

declare const multipartBodyParser : middy.Middleware<IMultipartBodyParserOptions, any, any>
Expand Down

0 comments on commit 122ab43

Please sign in to comment.