parent
ab48d06967
commit
729dbe16c0
@ -297,7 +297,7 @@ function listObjects (args) {
|
|||||||
}
|
}
|
||||||
: identity
|
: identity
|
||||||
|
|
||||||
var sieve = args.length && parseParameters(args)
|
var sieve = args.length ? parseParameters(args) : null
|
||||||
|
|
||||||
return connect().then(function getXoObjects (xo) {
|
return connect().then(function getXoObjects (xo) {
|
||||||
return xo.call('xo.getAllObjects')
|
return xo.call('xo.getAllObjects')
|
||||||
|
Loading…
Reference in New Issue
Block a user