Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 28, 2023
1 parent 4e82d62 commit 60929ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branchprotection/BranchProtectionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class BranchProtectionService {
})
.then((response: any) => {
console.log(
'Branch protection is enabled, and the numbers of reviewers are:',
'Branch protection is enabled, number of reviewers are:',
response.data.required_pull_request_reviews?.['required_approving_review_count']
);
})
Expand Down

0 comments on commit 60929ce

Please sign in to comment.