Comparing version 3.4.1 to 3.4.2
@@ -133,11 +133,7 @@ /*jshint browserify: true */ | ||
} else { | ||
data._from = fromId; | ||
data._to = toId; | ||
data._from = this._documentHandle(fromId); | ||
data._to = this._documentHandle(toId); | ||
} | ||
if (!callback) callback = noop; | ||
this._gharial.post(data, { | ||
collection: this.name, | ||
from: this._documentHandle(fromId), | ||
to: this._documentHandle(toId) | ||
}, function (err, body) { | ||
this._gharial.post(data, function (err, body) { | ||
if (err) callback(err); | ||
@@ -144,0 +140,0 @@ else callback(null, body); |
{ | ||
"name": "arangojs", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "The official ArangoDB JavaScript driver.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134919
1366