mikermcneil / machinepack-mandrill

Node.js machines for use with the Mandrill API
http://node-machine.org/machinepack-mandrill
5 stars 7 forks source link

Fix for an issue that rises if response.status is undefined. #11

Open fabdrol opened 8 years ago

fabdrol commented 8 years ago

I encountered various cases where response.status is undefined. response.statusCode is usually populated. This PR adds a check if response.status equals undefined and, if it does, populates it with the value of response.statusCode.