Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTowers committed Mar 25, 2024
1 parent 857accf commit 28e9be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function createSlugPrefix(): string {
if (!step_summary || step_summary === '') {
return ''
}

const hash = createHash('sha1')
hash.update(step_summary)
return hash.digest('hex').substring(0, 8)
Expand Down

0 comments on commit 28e9be3

Please sign in to comment.