Fix schema responses not matching tests

This commit is contained in:
Jamie Curnow
2023-05-29 14:19:17 +10:00
parent 4b39ef0eba
commit c849938da2
14 changed files with 28 additions and 13 deletions

View File

@ -40,7 +40,7 @@ func List(pageInfo model.PageInfo, filters []model.Filter) (entity.ListResponse,
Total: totalRows,
Limit: pageInfo.Limit,
Offset: pageInfo.Offset,
Sort: pageInfo.Sort,
Sort: pageInfo.GetSort(defaultSort),
Filter: filters,
}