Skip to content

Commit

Permalink
fix: Add missing result size while converting internal results to grp…
Browse files Browse the repository at this point in the history
…c result (#560)
  • Loading branch information
aneojgurhem authored Dec 21, 2023
2 parents d62e944 + 70e7e65 commit 6fd1da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/gRPC/Convertors/ResultExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ public static ResultRaw ToGrpcResultRaw(this Result result)
Name = result.Name,
OwnerTaskId = result.OwnerTaskId,
ResultId = result.ResultId,
Size = result.Size,
};
}

0 comments on commit 6fd1da9

Please sign in to comment.