| 1 | import { App, createNodeMiddleware } from 'octokit'; |
| 2 | import env from './helpers/config'; |
| 3 | import Serializer from './helpers/serializer'; |
| 4 | import * as GitHubTypes from '@octokit/webhooks-types'; |
nothing calls this directly
no test coverage detected