We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef167d7 commit 38d5b34Copy full SHA for 38d5b34
lib/github-glue.ts
@@ -52,7 +52,7 @@ export interface IGitHubUser {
52
53
export class GitHubGlue {
54
public workDir: string;
55
- protected client = new Octokit(); // add { log: console } to debug
+ protected client: Octokit = new Octokit(); // add { log: console } to debug
56
protected authenticated?: string;
57
protected owner: string;
58
protected repo: string;
0 commit comments