Closed dbellavista closed 9 years ago
When request raises an error, the second and third parameter of the callback are not necessarily defined. So line: https://github.com/clonn/slack-node-sdk/blob/master/lib/lib/slack.seed.js#L58 throws an TypeError: Cannot read property 'statusCode' of undefined upon request error.
TypeError: Cannot read property 'statusCode' of undefined
@dbellavista already upgrade https://www.npmjs.com/package/slack-node version, please update and try again.
When request raises an error, the second and third parameter of the callback are not necessarily defined. So line: https://github.com/clonn/slack-node-sdk/blob/master/lib/lib/slack.seed.js#L58 throws an
TypeError: Cannot read property 'statusCode' of undefined
upon request error.