dbartholomae / lambda-middleware

A collection of middleware for AWS lambda functions.
https://dbartholomae.github.io/lambda-middleware/
MIT License
151 stars 18 forks source link

Fix type bug in cors #37

Closed dbartholomae closed 3 years ago

dbartholomae commented 3 years ago

Closes #36

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 into main will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        53           
  Lines          518       519    +1     
  Branches       102        98    -4     
=========================================
+ Hits           518       519    +1     
Impacted Files Coverage Δ
packages/class-validator/src/classValidator.ts 100.00% <100.00%> (ø)
packages/cors/src/cors.ts 100.00% <100.00%> (ø)
packages/http-error-handler/src/ErrorHandler.ts 100.00% <100.00%> (ø)
packages/json-serializer/src/JsonSerializer.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b73e993...52f035b. Read the comment docs.