Client - get workouts in descending order for calendar
This commit is contained in:
@ -179,7 +179,7 @@ export const getMonthWorkouts = (from, to) => dispatch =>
|
||||
FitTrackeeGenericApi.getData('workouts', {
|
||||
from,
|
||||
to,
|
||||
order: 'asc',
|
||||
order: 'desc',
|
||||
per_page: 100,
|
||||
})
|
||||
.then(ret => {
|
||||
|
Reference in New Issue
Block a user