mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some SonarQube issues.
This commit is contained in:
committed by
Akshay Joshi
parent
5894001eb2
commit
abdd3190fe
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user