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 281ac00 commit 2be9e7cCopy full SHA for 2be9e7c
docs/examples/bulk.asciidoc
@@ -77,8 +77,8 @@ async function run () {
77
// fix the document before to try it again.
78
status: action[operation].status,
79
error: action[operation].error,
80
- operation: body[i * 2],
81
- document: body[i * 2 + 1]
+ operation: operations[i * 2],
+ document: operations[i * 2 + 1]
82
})
83
}
84
0 commit comments