Skip to content

Commit

Permalink
Await setOctokit (#929)
Browse files Browse the repository at this point in the history
Fixes #921
  • Loading branch information
TylerLeonhardt authored Dec 5, 2023
1 parent bb473a1 commit 757fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-authentication-sample/src/credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class Credentials {

async initialize(context: vscode.ExtensionContext): Promise<void> {
this.registerListeners(context);
this.setOctokit();
await this.setOctokit();
}

private async setOctokit() {
Expand Down

0 comments on commit 757fbbd

Please sign in to comment.