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 02e7042 commit 6fdf7e3
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('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(
Expand Down

0 comments on commit 6fdf7e3

Please sign in to comment.