mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: expose createdAt in getAssetInfo (#21184)
* Expose createdAt in getAssetInfo * Add missing createdAt fields
This commit is contained in:
parent
c2313f7a99
commit
5fb8d651ec
6 changed files with 29 additions and 1 deletions
1
server/test/fixtures/shared-link.stub.ts
vendored
1
server/test/fixtures/shared-link.stub.ts
vendored
|
|
@ -46,6 +46,7 @@ const assetInfo: ExifResponseDto = {
|
|||
|
||||
const assetResponse: AssetResponseDto = {
|
||||
id: 'id_1',
|
||||
createdAt: today,
|
||||
deviceAssetId: 'device_asset_id_1',
|
||||
ownerId: 'user_id_1',
|
||||
deviceId: 'device_id_1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue