diff --git a/src/dependency-graph.ts b/src/dependency-graph.ts index fda1aa4..4f61881 100644 --- a/src/dependency-graph.ts +++ b/src/dependency-graph.ts @@ -78,12 +78,7 @@ async function submitDependencyGraphs(dependencyGraphFiles: string[]): Promise { const octokit = getOctokit() const jsonContent = fs.readFileSync(jsonFile, 'utf8')