Skip to content

Commit

Permalink
Bring back the any
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 22, 2021
1 parent ade818b commit ae716bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/github/GitHubAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const limit = pLimit(25)

export class GitHubAPI {
fetch: typeof fetch
additionalHeaders: debug
additionalHeaders: any
private readonly d = debug("GitHubAPI")

private pr: GitHubPRDSL | undefined
Expand Down

0 comments on commit ae716bd

Please sign in to comment.