We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4adb3 commit c4e6b89Copy full SHA for c4e6b89
server.js
@@ -25,7 +25,6 @@ app.post('/git', verifySignature, (req, res) => {
25
cmd.get('bash git.sh', (err, data) => {
26
if (err) return console.log(err)
27
console.log(data)
28
- cmd.run('refresh')
29
return res.status(200).send(data)
30
})
31
} else if (req.headers['x-github-event'] == 'ping') {
0 commit comments