fix: lint

This commit is contained in:
Jonathan Jogenfors 2023-10-09 15:19:54 +02:00
parent 46d4626ac4
commit 7bea3eca37

View file

@ -290,7 +290,6 @@ export class LibraryService {
this.assetRepository.getWith(pagination, WithProperty.IS_OFFLINE, job.id),
);
const assetIds: string[] = [];
for await (const assets of assetPagination) {
this.logger.debug(`Removing ${assets.length} offline assets`);
for (const asset of assets) {