Ticket filter fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-14 17:20:42 +01:00
parent 7b94cc2942
commit 6cb620a41d
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ module.exports = Self => {
let sql = ParameterizedSQL.join(stmts, ';');
let result = await conn.executeStmt(sql);
console.log(result);
return result[ticketsIndex];
};
};