resurfaceio / logger-nodejs

Log API calls with Node.js
Apache License 2.0
16 stars 2 forks source link

Missing null checks #8

Closed RobDickinson closed 6 years ago

RobDickinson commented 6 years ago

We should be checking for null in a lot of places where we're checking for undefined.

https://www.davidbcalhoun.com/2011/checking-for-undefined-null-and-empty-variables-in-javascript/