fix: lint
This commit is contained in:
parent
46d4626ac4
commit
7bea3eca37
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ export class LibraryService {
|
||||||
this.assetRepository.getWith(pagination, WithProperty.IS_OFFLINE, job.id),
|
this.assetRepository.getWith(pagination, WithProperty.IS_OFFLINE, job.id),
|
||||||
);
|
);
|
||||||
|
|
||||||
const assetIds: string[] = [];
|
|
||||||
for await (const assets of assetPagination) {
|
for await (const assets of assetPagination) {
|
||||||
this.logger.debug(`Removing ${assets.length} offline assets`);
|
this.logger.debug(`Removing ${assets.length} offline assets`);
|
||||||
for (const asset of assets) {
|
for (const asset of assets) {
|
||||||
|
|
Loading…
Reference in a new issue