Skip to content

Commit 947ec06

Browse files
authored
Merge pull request #223 from Abrax20/patch-1
Fix Batching Documentation code
2 parents d38a32f + f1996ef commit 947ec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Batching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const serialBatching = async function(elem) {
5656
let batchResponseContent = new MicrosoftGraph.BatchResponseContent(response);
5757

5858
//Getting response by id
59-
console.log(batchResponse.getResponseById(downloadId));
59+
console.log(batchResponseContent.getResponseById(downloadId));
6060

6161
//Getting all the responses
6262
console.log(batchResponseContent.getResponses());

0 commit comments

Comments
 (0)