Skip to content

Commit ae019d4

Browse files
committed
Rebuilt.
1 parent 641bca3 commit ae019d4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/arango.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extend(BaseCollection.prototype, {
202202
method: 'POST',
203203
path: 'import',
204204
body: data,
205-
ld: Boolean(opts.type !== 'array'),
205+
ld: Boolean(!opts || opts.type !== 'array'),
206206
qs: extend({ type: 'auto' }, opts, { collection: this.name })
207207
}, function (err, body) {
208208
if (err)

dist/arango.all.min.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/arango.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extend(BaseCollection.prototype, {
202202
method: 'POST',
203203
path: 'import',
204204
body: data,
205-
ld: Boolean(opts.type !== 'array'),
205+
ld: Boolean(!opts || opts.type !== 'array'),
206206
qs: extend({ type: 'auto' }, opts, { collection: this.name })
207207
}, function (err, body) {
208208
if (err)

dist/arango.min.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)