diff --git a/lib/client.js b/lib/client.js index 6f8a0ec3..0e11a7ce 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1623,7 +1623,7 @@ Client.prototype.batchRemove = function (keys, batchPolicy, batchRemovePolicy, c } } - const cmd = new Commands.BatchRemove(this, [records, batchPolicy, batchRemovePolicy], callback) + const cmd = new Commands.BatchRemove(this, [keys, batchPolicy, batchRemovePolicy], callback) return cmd.execute() }