fix(github): Octokit is optional

This commit is contained in:
Jonathan Keslin 2020-03-25 08:58:54 -07:00 committed by Gregor Martynus
parent 0bb1d19b8f
commit 6aeeabceb5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function GitHubAPI (options: Options = {} as any) {
export interface Options extends Octokit.Options {
debug?: boolean
logger: Logger
Octokit: Octokit.Static
Octokit?: Octokit.Static
}
export interface RequestOptions {