We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15189d4 commit 00803a7Copy full SHA for 00803a7
app.js
@@ -1,7 +1,7 @@
1
/**
2
- * @param { {app: import('probot').Probot} } app
+ * @param {import('probot').Probot} app
3
*/
4
-module.exports = ({ app }) => {
+module.exports = (app) => {
5
app.log("Yay! The app was loaded!");
6
7
app.on("issues.opened", async (context) => {
0 commit comments