mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 20:38:26 +02:00
chore: remove old memory lane implementation (#18000)
This commit is contained in:
parent
1fde02ee1e
commit
b845184c80
11 changed files with 3 additions and 362 deletions
server/src/dtos
|
@ -199,10 +199,3 @@ export function mapAsset(entity: MapAsset, options: AssetMapOptions = {}): Asset
|
|||
resized: true,
|
||||
};
|
||||
}
|
||||
|
||||
export class MemoryLaneResponseDto {
|
||||
@ApiProperty({ type: 'integer' })
|
||||
yearsAgo!: number;
|
||||
|
||||
assets!: AssetResponseDto[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue