fix: format
This commit is contained in:
parent
e7bd1b17e0
commit
22bff8e562
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue