Update index.html

This commit is contained in:
Bex Warner
2018-08-11 23:00:51 -07:00
committed by GitHub
parent 2009d02956
commit dcef029dc2

View File

@@ -85,10 +85,10 @@ module.exports = app => {
app.on('issues.opened', async context => {
const params = context.issue({
body: 'Hello World!'
});
await context.github.issues.createComment(params);
});
};
})
await context.github.issues.createComment(params)
})
}
{% endhighlight %}
</div>
</div>