Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Aug 5, 2023
1 parent 9085414 commit 244742e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/linkpreview/linkpreview.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ func (u OEmbedUnfurler) unfurl() (common.LinkPreview, error) {
"accept-language": headerAcceptLanguage,
"user-agent": headerUserAgent,
}

oembedBytes, err := fetchBody(u.logger, u.httpClient, oembedURL.String(), headers)
if err != nil {
return preview, err
Expand Down

0 comments on commit 244742e

Please sign in to comment.