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,
|
collection: this._name,
|
||||||
example: example,
|
example: example,
|
||||||
newValue: newValue,
|
newValue: newValue,
|
||||||
options: options
|
keepNull: options
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue