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

Commit

Permalink
main - Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lemmon committed Dec 4, 2020
1 parent 0c08ac5 commit 0cf7340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,6 @@ module.exports = /******/ (function (modules, runtime) {

function getSecurityVulnerabilities() {
const repoArr = GITHUB_REPOSITORY.split('/')
console.log('repoArr', repoArr)
const query = `query {
repository(owner: "${repoArr[0]}", name: "${repoArr[1]}") {
vulnerabilityAlerts(first: 99) {
Expand Down

0 comments on commit 0cf7340

Please sign in to comment.