Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 8, 2023
1 parent 4d352d8 commit 624bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pentest/PentestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class PentestService {
// core.warning('Error getting column!');
// console.log('Error: ', error);
// });
await octokit.rest.projects
await octokit.rest.issues
.listForRepo({
owner: owner,
repo: repo,
Expand Down

0 comments on commit 624bea7

Please sign in to comment.