Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
main - Add debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lemmon committed Dec 4, 2020
1 parent 9731a0c commit d59d225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// TODO: can't this be done within the GraphQL query itself?
function formatVulnerabilityAlerts(data) {
console.log('data', data)
const {
repository: {
vulnerabilityAlerts: { edges },
Expand Down

0 comments on commit d59d225

Please sign in to comment.