Skip to content

Commit

Permalink
removed commas making josn invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblakeley authored and buger committed Aug 6, 2018
1 parent 75ed927 commit cba098b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default_webhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"response_code": "{{.Meta.HostInfo.ResponseCode}}",
"tcp_error": "{{.Meta.HostInfo.IsTCPError}}",
"host": "{{.Meta.HostInfo.MetaData.host_name}}",
"api_id": "{{.Meta.HostInfo.MetaData.api_id}}",
"api_id": "{{.Meta.HostInfo.MetaData.api_id}}"
}
{{ else if eq .Type "HostUp"}}
{
Expand All @@ -16,7 +16,7 @@
"response_code": "{{.Meta.HostInfo.ResponseCode}}",
"tcp_error": "{{.Meta.HostInfo.IsTCPError}}",
"host": "{{.Meta.HostInfo.MetaData.host_name}}",
"api_id": "{{.Meta.HostInfo.MetaData.api_id}}",
"api_id": "{{.Meta.HostInfo.MetaData.api_id}}"
}
{{ else if eq .Type "TriggerExceeded"}}
{
Expand Down

0 comments on commit cba098b

Please sign in to comment.