mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues.
This commit is contained in:
committed by
Akshay Joshi
parent
47479e5e5c
commit
8f7b30075e
@@ -175,8 +175,7 @@ export class ManageTreeNodes {
|
||||
// Replace the table with the last partition as in reality partition node is not child of the table
|
||||
if(_partitions.length > 0) _parent_path[0] = _partitions[_partitions.length-1];
|
||||
|
||||
let _rev_arr = _parent_path.reverse();
|
||||
return _rev_arr.join("/");
|
||||
return _parent_path.reverse().join("/");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user