chore: remove old memory lane implementation ()

This commit is contained in:
Jason Rasmussen 2025-04-30 14:23:32 -04:00 committed by GitHub
parent 1fde02ee1e
commit b845184c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 3 additions and 362 deletions
server/src/dtos

View file

@ -199,10 +199,3 @@ export function mapAsset(entity: MapAsset, options: AssetMapOptions = {}): Asset
resized: true,
};
}
export class MemoryLaneResponseDto {
@ApiProperty({ type: 'integer' })
yearsAgo!: number;
assets!: AssetResponseDto[];
}