Skip to content

Commit 38d5b34

Browse files
committed
github: specify type for Octokit property
Prepare for octokit ESM conversion where type is left unclear. Signed-off-by: Chris. Webster <[email protected]>
1 parent ef167d7 commit 38d5b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-glue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface IGitHubUser {
5252

5353
export class GitHubGlue {
5454
public workDir: string;
55-
protected client = new Octokit(); // add { log: console } to debug
55+
protected client: Octokit = new Octokit(); // add { log: console } to debug
5656
protected authenticated?: string;
5757
protected owner: string;
5858
protected repo: string;

0 commit comments

Comments
 (0)