Skip to content

Commit

Permalink
Clean up scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Oct 31, 2023
1 parent 4de2e75 commit b717368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func MakeScraper() *Scraper {

func (s *Scraper) GetSources() {
return[]Source{
Make1337xSource()
Make1337xSource(),
}
}

Expand Down

0 comments on commit b717368

Please sign in to comment.