Skip to content

Commit

Permalink
... again.....
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-corbalt committed Mar 7, 2024
1 parent f59e56a commit 521c2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/libs/jira-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class Jira {
}
}
else {
throw new Error(`Error getting Security Hub issues from Jira: ${error}`);
throw new Error(`Error getting Security Hub issues from Jira test: ${error} test`);
}
}
} while (totalIssuesReceived < total);
Expand Down

0 comments on commit 521c2a8

Please sign in to comment.