Fix deserialized PhotoSubject bounds not being set in database entity

This commit is contained in:
Slendy 2023-04-11 20:27:43 -05:00
parent 5fbaa5df20
commit d8c36923d9
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -134,6 +134,7 @@ public class PhotosController : ControllerBase
{
PhotoId = photoEntity.PhotoId,
UserId = subject.UserId,
Bounds = subject.Bounds,
};
Logger.Debug($"Adding PhotoSubject (userid {subject.UserId}) to db", LogArea.Photos);