You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: broken tests from #18
When the `done` function was removed in #18, the tests were not updated
* fix: TypeError when converting null or undefined
This will fix#34 by setting a default value on the
`lowerCaseKeys` function. You can get into this state when setting up a
test/demo incorrectly or using a lambda warmer (like serverless-warmup).
I am immediately returning because then a clear error can be shown.
Co-authored-by Mauricio Mercado <[email protected]>
0 commit comments