Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwieserdev committed Sep 19, 2024
1 parent b3949b2 commit bd60f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sbom/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const extractingDependency = (component: any): Dependency | undefined => {
}

let packageManager = ''
let isDirect = undefined
let isDirect
for (const property of component['properties'] ?? []) {
if (property['name'] === PACKAGE_MANAGER_PROPERTY_KEY) {
packageManager = property['value']
Expand Down

0 comments on commit bd60f7a

Please sign in to comment.