Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq-dubey committed Nov 12, 2024
1 parent 3538921 commit f88e34b
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 @@ -125,10 +125,10 @@ export const generatePayload = (

if (!tags[GIT_COMMIT_AUTHOR_NAME]) {
console.error('missing GIT_COMMIT_AUTHOR_NAME tag')

return
}


return {
id: crypto.randomUUID(),
commit: {
Expand Down

0 comments on commit f88e34b

Please sign in to comment.