mirror of https://gitee.com/bigwinds/arangodb
Bug fix: sending data in correct format
This commit is contained in:
parent
785f374a5e
commit
a1eed266fd
|
@ -1392,7 +1392,7 @@ ArangoCollection.prototype.updateByExample = function (example,
|
|||
collection: this._name,
|
||||
example: example,
|
||||
newValue: newValue,
|
||||
options: options
|
||||
keepNull: options
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue