mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed comment
This commit is contained in:
parent
e1a1af0c8f
commit
d41c404288
@ -5,8 +5,6 @@ import CONFIG from '../config'
|
||||
export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
||||
// End call as early as possible
|
||||
res.status(200).end()
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Call ended')
|
||||
|
||||
// Handle push events
|
||||
if (req.headers['x-github-event'] === 'push') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user