mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(deps): prettier 3 (#5336)
This commit is contained in:
parent
87871e4df9
commit
3992119e32
11 changed files with 42 additions and 35 deletions
|
|
@ -73,7 +73,10 @@ export class AssetStore {
|
|||
assets: AssetResponseDto[] = [];
|
||||
albumAssets: Set<string> = new Set();
|
||||
|
||||
constructor(options: AssetStoreOptions, private albumId?: string) {
|
||||
constructor(
|
||||
options: AssetStoreOptions,
|
||||
private albumId?: string,
|
||||
) {
|
||||
this.options = { ...options, size: TimeBucketSize.Month };
|
||||
this.store$.set(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue