Skip to content

Commit

Permalink
depth 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuder committed Mar 6, 2023
1 parent 911e135 commit 032d1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Adapters/Handlers/MysqlSourceQueryHandler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class MysqlSourceQueryHandler {
});
}

query += " where (type = 'crs' or type = 'cat') and deleted is null and depth < 6 order by depth"; //todo
query += " where (type = 'crs' or type = 'cat') and deleted is null and depth < 10 order by depth"; //todo

const [rows] = await this.pool.query(query);
return rows;
Expand Down

0 comments on commit 032d1fd

Please sign in to comment.