fix(server): update asset with tagged people (#4000)

This commit is contained in:
Jason Rasmussen 2023-09-06 16:51:09 -04:00 committed by GitHub
parent c1f4fe65bb
commit 15bfceb05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 2 deletions

View file

@ -149,7 +149,9 @@ export class AssetRepository implements IAssetRepository {
owner: true,
smartInfo: true,
tags: true,
faces: true,
faces: {
person: true,
},
},
});
}