Skip to content

Commit

Permalink
Fixes linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Nov 6, 2023
1 parent 3e23c87 commit b635f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/github/GitHubClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default class GitHubClient implements IGitHubClient {
} else {
return OrganizationMembershipStatus.UNKNOWN
}
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
} catch (error: any) {
if (error.status) {
if (error.status == 404) {
Expand Down

0 comments on commit b635f77

Please sign in to comment.