Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Nov 8, 2023
1 parent 1e43edc commit 9b9f87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-header-normalizer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface Event {
rawHeaders: Record<string, string>
}

declare function httpHeaderNormalizer(
declare function httpHeaderNormalizer (
options?: Options
): middy.MiddlewareObj<Event>

Expand Down

0 comments on commit 9b9f87f

Please sign in to comment.