Define var as const
This commit is contained in:
parent
82446e5ffa
commit
d351c8d14c
@ -155,7 +155,7 @@ LayergroupController.prototype.register = function(app) {
|
||||
// Undocumented/non-supported API endpoint methods.
|
||||
// Use at your own peril.
|
||||
|
||||
var allowedDataviewQueryParams = [
|
||||
const allowedDataviewQueryParams = [
|
||||
'filters', // json
|
||||
'own_filter', // 0, 1
|
||||
'no_filters', // 0, 1
|
||||
|
Loading…
Reference in New Issue
Block a user