mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): remove getByDate from asset repo (#8211)
* remove getByDate * remove unused import
This commit is contained in:
parent
6e93ddf2f1
commit
604b8ff17c
4 changed files with 0 additions and 114 deletions
|
|
@ -139,7 +139,6 @@ export const IAssetRepository = 'IAssetRepository';
|
|||
|
||||
export interface IAssetRepository {
|
||||
create(asset: AssetCreate): Promise<AssetEntity>;
|
||||
getByDate(ownerId: string, date: Date): Promise<AssetEntity[]>;
|
||||
getByIds(
|
||||
ids: string[],
|
||||
relations?: FindOptionsRelations<AssetEntity>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue