refs #4632 removed return
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alexandre Riera 2023-03-16 10:30:53 +01:00
parent c0094d8047
commit 60162fe71f
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ module.exports = Self => {
}
if (tx) await tx.commit();
return 'Signs uploaded successfully';
} catch (e) {
if (tx) await tx.rollback();
throw e;