typo
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-03-07 08:11:21 +01:00
parent dedbccae19
commit b421038bbe
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ module.exports = Self => {
)
AND z.id IN (${paramsString})
ORDER BY type='day' DESC, type='range' DESC, type='indefinitely' DESC) z
GROUP BY z.id
`;
GROUP BY z.id`;
return await Self.rawSql(query, paramsSql, myOptions);
};