Skip to content

Commit 3d2a7a2

Browse files
committed
Fix build
1 parent 7e155d8 commit 3d2a7a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared/Grpc/ProtoUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ internal static OrchestrationStatus ToCore(this P.OrchestrationStatus status)
624624
{
625625
EntityState = entityBatchResult.EntityState,
626626
FailureDetails = entityBatchResult.FailureDetails.ToProtobuf(),
627-
CompletionToken = completionToken,
628627
};
629628

630629
foreach (OperationAction action in entityBatchResult.Actions!)

0 commit comments

Comments
 (0)