hotFix getTIckets
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-08-06 09:51:15 +02:00
parent 69c676d44b
commit 0152fb8a98
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = Self => {
stmt.merge(conn.makeWhere(filter.where));
stmt.merge(conn.makeGroupBy('t.id'));
stmt.merge(conn.makePagination(filter));
stmt.merge(conn.makeOrderBy(filter.order));
return conn.executeStmt(stmt, myOptions);
};