Skip to content

Commit 515156d

Browse files
committed
Added URL to event emitter object
1 parent 84e2ea2 commit 515156d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

github-webhook-handler.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ function create (options) {
7777
event : event
7878
, id : id
7979
, payload : obj
80+
, url : req.url
8081
})
8182
}))
8283
}
8384
}
8485

8586

86-
module.exports = create
87+
module.exports = create

0 commit comments

Comments
 (0)