Skip to content

Commit

Permalink
fix: change paramenters to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Feb 1, 2025
1 parent aa8c67e commit ff2638f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const getApiCategoriesQueryArgument = (categories: ?{ [id: string]: string}, cat
const useNewSeparator = featureAvailable(FEATURES.newAocApiSeparator);
return {
attributeCc: categoryCombinationId,
attributeCos: Object
attributeCategoryOptions: Object
.keys(categories)

.map(key => categories[key])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const createApiTEIsQueryArgs =
pageSize,
trackedEntity: trackedEntityIds,
fields:
'trackedEntity,createdAt,orgUnit,attributes[attribute,value],enrollments[enrollment,status,orgUnit,enrolledAt]',
'trackedEntities,createdAt,orgUnits,attributes[attribute,value],enrollments[enrollment,status,orgUnit,enrolledAt]',
});

export const getEventListData = async (
Expand Down

0 comments on commit ff2638f

Please sign in to comment.