Skip to content

Commit ee2e661

Browse files
authored
Merge pull request #7 from danny-waite/danny-waite-patch-1
Fix deprecated property in Probot
2 parents 0f081c9 + 5145620 commit ee2e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports.serverless = appFn => {
5252
if (event) {
5353
try {
5454
await probot.receive({
55-
event: e,
55+
name: e,
5656
payload: event.body
5757
})
5858
const res = {

0 commit comments

Comments
 (0)