mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -53,7 +53,7 @@ export class FavoritesApiService {
|
||||
const entries: any[] = this
|
||||
.remapFavoriteEntries(data?.list?.entries || []);
|
||||
|
||||
return <NodePaging> {
|
||||
return {
|
||||
list: { entries, pagination }
|
||||
};
|
||||
}
|
||||
@@ -69,6 +69,7 @@ export class FavoritesApiService {
|
||||
|
||||
/**
|
||||
* Gets the favorites for a user.
|
||||
*
|
||||
* @param personId ID of the user
|
||||
* @param options Options supported by JS-API
|
||||
* @returns List of favorites
|
||||
|
Reference in New Issue
Block a user