perf: 优化 perm app node

This commit is contained in:
ibuler 2022-06-09 10:19:34 +08:00 committed by 老广
parent 81ef614820
commit a5c6ba6cd6

View File

@ -64,7 +64,6 @@ class GrantedAppTreeUtil:
return tree_nodes
root_node = self.create_root_node()
tree_nodes.append(root_node)
organizations = self.filter_organizations(applications)
for i, org in enumerate(organizations):