diff --git a/backend/src/webhook/github.ts b/backend/src/webhook/github.ts index 69b0ccc73..0ce9fb11d 100644 --- a/backend/src/webhook/github.ts +++ b/backend/src/webhook/github.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line camelcase import { spawn } from 'child_process' import path from 'path' import CONFIG from '../config'