Skip to content

Commit

Permalink
Merge pull request #12 from Omegapoint/feature/NewTesterTest3
Browse files Browse the repository at this point in the history
refactor project
  • Loading branch information
jonathanbokvad authored Sep 28, 2023
2 parents 6597a8f + 6fdf7e3 commit 2ef8253
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 2ef8253

Please sign in to comment.