fix lint
This commit is contained in:
parent
7ab565de6c
commit
c715f73fd3
@ -46,6 +46,7 @@ export class EntitiesService<E extends IListable, I = E> extends GenericService<
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
loadAll(...args: unknown[]): Observable<E[]> {
|
loadAll(...args: unknown[]): Observable<E[]> {
|
||||||
return this.getAll().pipe(
|
return this.getAll().pipe(
|
||||||
map((entities: I[]) => entities.map(entity => new this._entityClass(entity))),
|
map((entities: I[]) => entities.map(entity => new this._entityClass(entity))),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user