We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b3349 commit 8243799Copy full SHA for 8243799
handler.js
@@ -11,6 +11,6 @@ module.exports.webhooks = createLambdaFunction(appFn, {
11
12
module.exports.scheduler = function () {
13
const probot = createProbot()
14
- const app = appFn(probot)
+ const app = appFn(probot, {})
15
return app.syncInstallation()
16
}
0 commit comments