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.
2 parents d38a32f + f1996ef commit 947ec06Copy full SHA for 947ec06
docs/content/Batching.md
@@ -56,7 +56,7 @@ const serialBatching = async function(elem) {
56
let batchResponseContent = new MicrosoftGraph.BatchResponseContent(response);
57
58
//Getting response by id
59
- console.log(batchResponse.getResponseById(downloadId));
+ console.log(batchResponseContent.getResponseById(downloadId));
60
61
//Getting all the responses
62
console.log(batchResponseContent.getResponses());
0 commit comments