hubot-archive / hubot-pager-me

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

Export subdomain #58

Closed stevefranks closed 8 years ago

stevefranks commented 8 years ago

When PR #52 was merged the subdomain wasn't exported in src/pagerduty.coffee. It is referenced in src/scripts/pagerduty.coffee as pagerduty.subdomain

stephenyeargin commented 8 years ago

/cc @technicalpickles

mmrobins commented 8 years ago

Exporting the subdomain is part of the fix, but for the who's on call functionality there's a bad domain reference still in src/scripts/pagerduty.coffee. I put in a separate PR that includes this one, but thanks for the lead on where to start looking. If this gets merged first I can rebase as needed.

stephenyeargin commented 8 years ago

Fixed in v2.1.8