Skip to content

Commit bfa1e6a

Browse files
committed
Remove redundant assignment
1 parent a798460 commit bfa1e6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sbomCollector.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ export class SbomCollector {
194194
totalRepos = 1;
195195
const [org, repoName] = this.opts.repo.split("/");
196196
orgRepoMap[org] = [await this.getRepo(org, repoName)];
197-
this.summary.orgs = orgs;
198197
}
199198

200199
this.summary.repositoryCount = totalRepos;

0 commit comments

Comments
 (0)