Fix linter problem
This commit is contained in:
parent
53bc14bc9e
commit
811f2bdae3
@ -415,7 +415,7 @@ TestClient.prototype.getDataview = function(dataviewName, params, callback) {
|
||||
if (params.hasOwnProperty('no_filters')) {
|
||||
urlParams.no_filters = params.no_filters;
|
||||
} else {
|
||||
urlParams.own_filter = params.hasOwnProperty('own_filter') ? params.own_filter : 1
|
||||
urlParams.own_filter = params.hasOwnProperty('own_filter') ? params.own_filter : 1;
|
||||
}
|
||||
|
||||
['bbox', 'bins', 'start', 'end', 'aggregation', 'offset', 'categories'].forEach(function(extraParam) {
|
||||
|
Loading…
Reference in New Issue
Block a user