Skip to content

Commit

Permalink
comm
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Dec 4, 2023
1 parent 34e6bd2 commit a5fb7e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ export abstract class QueryBuilderService {
return graph;
}


/** valida relaciones directas */
public validateJoinTree(joinTree:any, dest:any){
for (let i = 0; i < dest.length; i++) {
let elem = joinTree.find(n => n.name === dest[i]);
Expand Down

0 comments on commit a5fb7e8

Please sign in to comment.