1
0
Fork 0

Bug fix: sending data in correct format

This commit is contained in:
Esteban Lombeyda 2014-05-27 15:49:44 +02:00
parent 785f374a5e
commit a1eed266fd
1 changed files with 1 additions and 1 deletions

View File

@ -1392,7 +1392,7 @@ ArangoCollection.prototype.updateByExample = function (example,
collection: this._name,
example: example,
newValue: newValue,
options: options
keepNull: options
};
}