hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 92 forks source link

Fix error when multiple schedules match who's on call #61

Closed mmrobins closed 8 years ago

mmrobins commented 9 years ago

Hubot> hubot who's on call for platform Hubot> [Wed Nov 04 2015 09:27:53 GMT-0600 (CST)] ERROR ReferenceError: json is not defined at /Users/matt/work/hungrybot/node_modules/hubot-pager-me/src/scripts/pagerduty.coffee:695:9, :780:29 at /Users/matt/work/hungrybot/node_modules/hubot-pager-me/src/pagerduty.coffee:138:7, :185:16 at /Users/matt/work/hungrybot/node_modules/hubot-pager-me/src/pagerduty.coffee:46:9, :76:16 at IncomingMessage. (/Users/matt/work/hungrybot/node_modules/scoped-http-client/src/index.js:95:22)

It would be nice if it listed the names of the matching schedules, but for now let's just fix this bug

stephenyeargin commented 9 years ago

:+1:

stephenyeargin commented 8 years ago

Fixed in #62.