fix: fetching full event list
This commit is contained in:
parent
c09bf5ca3d
commit
6f4229d556
|
|
@ -218,9 +218,9 @@ func (s *service) fetchUpcomingEventsFromProvider(ctx context.Context, source_ur
|
|||
return
|
||||
}
|
||||
|
||||
const pageLimit int = 1
|
||||
// sportIDs := []int{1, 18, 17, 3, 83, 15, 12, 19, 8, 16, 91}
|
||||
sportIDs := []int{1}
|
||||
const pageLimit int = 200
|
||||
sportIDs := []int{1, 18, 17, 3, 83, 15, 12, 19, 8, 16, 91}
|
||||
// sportIDs := []int{1}
|
||||
|
||||
var skippedLeague []string
|
||||
var totalEvents = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user