got event scraper working

This commit is contained in:
2025-02-16 16:21:03 -06:00
parent 283ed3eaea
commit 50c4133525
6 changed files with 49 additions and 30 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func ScrapeONE(client ClientScraper) (*[]*event.Event, error) {
return
}
if e.Fights != "null" {
if e.Fights == "null" {
return
}