Skip to content

Commit

Permalink
fix: change GitHub platform to be a named function instead of an arro…
Browse files Browse the repository at this point in the history
…w function
  • Loading branch information
Jamie Thompson committed Jun 5, 2019
1 parent 78af7b2 commit 8776aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/GitHub.ts
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 8776aa6

Please sign in to comment.