send ‘service-key’ instead of serviceKey to pagerduty

pull/10616/head
Jade McGough 2017-08-16 00:15:13 -07:00
parent 01e045199f
commit c442a1d4d9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const PagerDutyConfig = React.createClass({
e.preventDefault()
const properties = {
serviceKey: this.serviceKey.value,
'service-key': this.serviceKey.value,
url: this.url.value,
}