mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console log
This commit is contained in:
parent
42e23578d4
commit
d2d22f68b2
@ -3,8 +3,6 @@ import path from 'path'
|
|||||||
import CONFIG from '../config'
|
import CONFIG from '../config'
|
||||||
|
|
||||||
export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.log('Hook received')
|
|
||||||
// End call as early as possible
|
// End call as early as possible
|
||||||
res.status(200).end()
|
res.status(200).end()
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user