mirror of
https://github.com/immich-app/immich.git
synced 2026-02-23 03:30:17 -05:00
fix test (AssetResponseDto.isEdited)
This commit is contained in:
parent
65d061dcf2
commit
670572d57e
@ -333,6 +333,7 @@ export function toAssetResponseDto(asset: MockTimelineAsset, owner?: UserRespons
|
||||
isFavorite: asset.isFavorite,
|
||||
isArchived: false,
|
||||
isTrashed: asset.isTrashed,
|
||||
isEdited: false,
|
||||
visibility: asset.visibility,
|
||||
duration: asset.duration || '0:00:00.00000',
|
||||
exifInfo,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user