We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1123b commit 6d0a7f3Copy full SHA for 6d0a7f3
api/github/webhooks/index.js
@@ -1,6 +1,6 @@
1
const { createNodeMiddleware, createProbot } = require("probot");
2
3
-const app = require("../../app");
+const app = require('../../../app');
4
5
module.exports = createNodeMiddleware(app, {
6
probot: createProbot(),
0 commit comments