Client - get workouts in descending order for calendar

This commit is contained in:
Sam
2021-02-17 08:45:42 +01:00
parent 6a59af982c
commit 549bcea4e8
6 changed files with 8 additions and 8 deletions

View File

@ -179,7 +179,7 @@ export const getMonthWorkouts = (from, to) => dispatch =>
FitTrackeeGenericApi.getData('workouts', {
from,
to,
order: 'asc',
order: 'desc',
per_page: 100,
})
.then(ret => {