Skip to content

Commit

Permalink
fix: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Feb 28, 2022
1 parent dbf0319 commit 88c4ef0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/models/sqls/SQLTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ class SQLTree {
return filter;
}

getJoin() {
let join = "";
if (this.token) {
join += `
INNER JOIN wallet.token token ON token.capture_id::text = trees.uuid
`;
}
return join;
}

setTreeUUID(uuid) {
this.treeUUID = uuid;
}
Expand Down

0 comments on commit 88c4ef0

Please sign in to comment.