diff --git a/Common/src/gRPC/Convertors/ResultExt.cs b/Common/src/gRPC/Convertors/ResultExt.cs index b8109d572..d9dbfa0ac 100644 --- a/Common/src/gRPC/Convertors/ResultExt.cs +++ b/Common/src/gRPC/Convertors/ResultExt.cs @@ -40,5 +40,6 @@ public static ResultRaw ToGrpcResultRaw(this Result result) Name = result.Name, OwnerTaskId = result.OwnerTaskId, ResultId = result.ResultId, + Size = result.Size, }; }