jeremydaly / lambda-api

Lightweight web framework for your serverless applications
https://serverless-api.com
MIT License
1.41k stars 125 forks source link

fix: logger function should accept second arguments #198

Closed hassanazharkhan closed 1 year ago

hassanazharkhan commented 2 years ago

Docs show that we could add a second argument in the logger, it's working fine in JS but in TS the typing was only accepting string arguments

jeremydaly commented 2 years ago

Thanks, will get this in the next release.

hassanazharkhan commented 2 years ago

@jeremydaly Any chance of this getting merged soon?