Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Nov 13, 2024
1 parent ce6d6ba commit 55e59b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/github.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class GitHubService {
);
}

public async check() {
public async check(): Promise<void> {
return await this.credentialProvider.check();
}

Expand Down

0 comments on commit 55e59b3

Please sign in to comment.