Fixed some SonarQube issues.

This commit is contained in:
Pradip Parkale
2021-04-22 17:40:41 +05:30
committed by Akshay Joshi
parent 5894001eb2
commit abdd3190fe
7 changed files with 56 additions and 148 deletions

View File

@@ -1786,7 +1786,6 @@ define('pgadmin.browser.node', [
},
self = this,
priority = -Infinity;
var treeInfo = (_.isUndefined(item) || _.isNull(item)) ?
info || {} : this.getTreeNodeHierarchy(item);
var actionType = type in opURL ? opURL[type] : type;