We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb79861 commit 65126d2Copy full SHA for 65126d2
src/Shared/Grpc/ProtoUtils.cs
@@ -788,7 +788,7 @@ internal static void ToEntityBatchRequest(
788
FailureDetails = entityBatchResult.FailureDetails.ToProtobuf(),
789
Actions = { entityBatchResult.Actions?.Select(a => a.ToOperationAction()) ?? [] },
790
Results = { entityBatchResult.Results?.Select(a => a.ToOperationResult()) ?? [] },
791
- CompletionToken = completionToken,
+ CompletionToken = completionToken ?? string.Empty,
792
OperationInfos = { operationInfos ?? [] },
793
};
794
}
0 commit comments