Closed thinkjrs closed 4 years ago
This provides a patch for the incorrect start_date being returned for fanmetric calls with end_date= 'today', or when not provided.
start_date
fanmetric
end_date
'today'
In particular, we have added a test to specifically test for start dates:
This is/will have to be passing for a merge + fix.
This provides a patch for the incorrect
start_date
being returned forfanmetric
calls withend_date
='today'
, or when not provided.In particular, we have added a test to specifically test for start dates:
This is/will have to be passing for a merge + fix.