fix: format

This commit is contained in:
martabal 2023-11-21 16:28:55 +01:00
parent e7bd1b17e0
commit 22bff8e562
No known key found for this signature in database
GPG key ID: C00196E3148A52BD

View file

@ -64,7 +64,7 @@ export class AlbumService {
const album = albums[i];
const { assetCount, startDate, endDate } = await this.albumRepository.getVirtualColumns(album.id);
albums[i] = { ...album, assetCount, startDate, endDate };
}
}
} else if (shared === false) {
albums = await this.albumRepository.getNotShared(ownerId);
} else {