Skip to content

Commit

Permalink
fix(ping): replace 'example' for 'examples' for consistency with the …
Browse files Browse the repository at this point in the history
…resto webhooks (#82)
  • Loading branch information
oscard0m authored Apr 12, 2020
1 parent 4cfb612 commit 38c47cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7870,7 +7870,7 @@
{
"name": "ping",
"actions": [],
"example": [
"examples": [
{
"event": "ping",
"payload": {
Expand Down
2 changes: 1 addition & 1 deletion lib/get-ping-webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function getPingWebhook () {
return {
name: 'ping',
actions: [],
example: [{
examples: [{
event: 'ping',
payload: {
zen: 'Design for failure.',
Expand Down

0 comments on commit 38c47cb

Please sign in to comment.