Skip to content

Commit

Permalink
yet another hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NitescuLucian committed Mar 30, 2023
1 parent 094a591 commit 88c4b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edirb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
func generateHTMLOutlineHash(htmlBytes []byte) string {
doc, err := goquery.NewDocumentFromReader(bytes.NewReader(htmlBytes))
if err != nil {
return
return ""
}

var outlineText string
Expand Down

0 comments on commit 88c4b3a

Please sign in to comment.