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