Skip to content

Commit

Permalink
diable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julz0815 committed Feb 12, 2024
1 parent d970097 commit 3cdfda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function addVeracodeIssue(options, issue) {
"body": issue.body
}
})
// .then( async result => {
.then( async result => {
console.log(`Issue successfully created, result: ${result.status}`);
// var issue_number = result.data.number
// if ( options.debug == "true" ){
Expand Down

0 comments on commit 3cdfda1

Please sign in to comment.