Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jul 23, 2024
1 parent 219c88c commit f328a10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handlers/scraper/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ func scrapeFromGQL(postID string) ([]byte, error) {
if err == nil && len(body) > 0 {
return body, nil
}
} else if err != nil {
slog.Error("Failed to scrape data from GraphQL API", "postID", postID, "err", err)
}
return nil, ErrNotFound
}

0 comments on commit f328a10

Please sign in to comment.