Skip to content

Commit f72eb24

Browse files
authored
Merge pull request gitgitgadget#1682 from webstech/octo-esm
github - migrate to new ESM versions of github packages
2 parents ef167d7 + 718fd3c commit f72eb24

File tree

3 files changed

+373
-88
lines changed

3 files changed

+373
-88
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)