From 6fdf7e33373ac7a0ba5a8950dce428822cf9369e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Thu, 28 Sep 2023 15:39:43 +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 53ec19dc..635a6718 100644 --- a/src/branchprotection/BranchProtectionService.ts +++ b/src/branchprotection/BranchProtectionService.ts @@ -40,7 +40,7 @@ export class BranchProtectionService { }) .then((response: any) => { console.log('only response', response); - console.log('Data without json()', response.data); + console.log('Data without json()', response.data.required_approving_review_count); console.log('only response with json()', response.json()); const data: any = response.json(); console.log(