Update bulk.asciidoc (#1752) (#1806)

Fix typo

Co-authored-by: Ryan Har <31252286+nkwwk@users.noreply.github.com>
This commit is contained in:
Laurent Saint-Félix
2023-01-12 14:52:29 +01:00
committed by GitHub
parent c5da6683f7
commit f90f4306c2

View File

@ -77,8 +77,8 @@ async function run () {
// fix the document before to try it again.
status: action[operation].status,
error: action[operation].error,
operation: body[i * 2],
document: body[i * 2 + 1]
operation: operations[i * 2],
document: operations[i * 2 + 1]
})
}
})