delete comments
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito 2021-01-19 13:44:14 +01:00
parent 426249f9bf
commit e9f408d5ba
1 changed files with 0 additions and 2 deletions

View File

@ -161,9 +161,7 @@ module.exports = Self => {
stmt.merge(conn.makeGroupBy('b.entryFk'));
stmt.merge(conn.makeOrderBy('t.landed DESC'));
stmt.merge(conn.makeLimit(filter));
// stmts.push(stmt);
// stmt.merge(conn.makeSuffix(filter));
let itemsIndex = stmts.push(stmt) - 1;
let sql = ParameterizedSQL.join(stmts, ';');