We need to add checks to automatically set the "month" parameter to be equal to 1000 when querying specific date ranges
# This works
baseballr::fg_batter_leaders(startdate = "2023-03-26", enddate = "2023-04-26", month = "1000")
# This returns the full season
baseballr::fg_batter_leaders(startdate = "2023-03-26", enddate = "2023-04-26")