Update bulk.asciidoc (#1752)

Fix typo
This commit is contained in:
Ryan Har
2023-01-12 21:22:38 +08:00
committed by GitHub
parent 397422d108
commit 9c79ab320c

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]
})
}
})