Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit fa5916f

Browse files
authored
Merge pull request #401 from Alfresco/fix-groups-api
fix groups api initialiser
2 parents 2c7e78d + bc5cd32 commit fa5916f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api-legacy/content-rest-api/src/api/peopleApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class PeopleApi {
6666
this.sitesApi = new SitesApi(alfrescoApi);
6767
this.activitiesApi = new ActivitiesApi(alfrescoApi);
6868
this.preferencesApi = new PreferencesApi(alfrescoApi);
69+
this.groupsApi = new GroupsApi(alfrescoApi);
6970
}
7071

7172
/**

0 commit comments

Comments
 (0)