diff --git a/source/platforms/GitHub.ts b/source/platforms/GitHub.ts index 9f85cfeb5..4423e1dca 100644 --- a/source/platforms/GitHub.ts +++ b/source/platforms/GitHub.ts @@ -13,7 +13,7 @@ import { GitHubChecksCommenter } from "./github/comms/checksCommenter" export type GitHubType = Platform & { api: GitHubAPI } -export const GitHub = (api: GitHubAPI) => { +export function GitHub(api: GitHubAPI) { /** * Converts the PR JSON into something easily used by the Github API client. */