From 60929ce982e4fc8cf587346fcec5937595d2a5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Thu, 28 Sep 2023 16:00:34 +0200 Subject: [PATCH] refactor project --- src/branchprotection/BranchProtectionService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branchprotection/BranchProtectionService.ts b/src/branchprotection/BranchProtectionService.ts index 2f24ba1e..0bf2d42c 100644 --- a/src/branchprotection/BranchProtectionService.ts +++ b/src/branchprotection/BranchProtectionService.ts @@ -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'] ); })