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 d38a32f commit f1996efCopy full SHA for f1996ef
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