fix: do not select album in time bucket query (#17662)

This commit is contained in:
Daniel Dietzler
2025-04-16 23:52:22 +02:00
committed by GitHub
parent 29b30570bf
commit 8b38f8a58d
3 changed files with 5 additions and 43 deletions

View File

@@ -12,7 +12,6 @@ export const newAssetRepositoryMock = (): Mocked<RepositoryInterface<AssetReposi
getByDayOfYear: vitest.fn(),
getByIds: vitest.fn().mockResolvedValue([]),
getByIdsWithAllRelations: vitest.fn().mockResolvedValue([]),
getByAlbumId: vitest.fn(),
getByDeviceIds: vitest.fn(),
getByUserId: vitest.fn(),
getById: vitest.fn(),