Skip to content

Commit 3feea3b

Browse files
committed
ensure authors are returned in http requests
1 parent a63e603 commit 3feea3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectService/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ internal static async Task<DtoLocoObject> PrepareLocoObject(ExpandedTblLocoObjec
126126
obj.ObjectType,
127127
obj.VehicleType,
128128
obj.Description,
129-
obj.Authors,
129+
eObj.Authors,
130130
obj.CreationDate,
131131
obj.LastEditDate,
132132
obj.UploadDate,

0 commit comments

Comments
 (0)