Skip to content

Commit 55ef32d

Browse files
committed
fix: lint
1 parent 8227c79 commit 55ef32d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

official/docs/ruby/current/webhooks/create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
name: 'X-Header-Name',
1111
value: 'header_value',
12-
}
12+
},
1313
],
1414
)
1515

official/docs/ruby/current/webhooks/update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
name: 'X-Header-Name',
1111
value: 'header_value',
12-
}
12+
},
1313
],
1414
},
1515
)

0 commit comments

Comments
 (0)