You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-09 23:17:29 +02:00
refactor: handle detect faces job query (#17660)
This commit is contained in:
3
server/test/fixtures/asset.stub.ts
vendored
3
server/test/fixtures/asset.stub.ts
vendored
@@ -52,7 +52,7 @@ export const assetStub = {
|
||||
fileSizeInByte: 12_345,
|
||||
...asset,
|
||||
}),
|
||||
noResizePath: Object.freeze<AssetEntity>({
|
||||
noResizePath: Object.freeze({
|
||||
id: 'asset-id',
|
||||
status: AssetStatus.ACTIVE,
|
||||
originalFileName: 'IMG_123.jpg',
|
||||
@@ -79,6 +79,7 @@ export const assetStub = {
|
||||
livePhotoVideoId: null,
|
||||
sharedLinks: [],
|
||||
faces: [],
|
||||
exifInfo: {} as Exif,
|
||||
sidecarPath: null,
|
||||
deletedAt: null,
|
||||
isExternal: false,
|
||||
|
Reference in New Issue
Block a user