mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-13 16:51:27 +00:00
Fix deserialized PhotoSubject bounds not being set in database entity
This commit is contained in:
parent
5fbaa5df20
commit
d8c36923d9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue