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
  • Loading branch information
aneojgurhem committed Dec 20, 2023
1 parent 2a6987b commit 70e7e65
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 70e7e65

Please sign in to comment.