Fix typo Co-authored-by: Ryan Har <31252286+nkwwk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c5da6683f7
commit
f90f4306c2
@ -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]
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user