feat(mdbVerson_upload): add return true
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2122f8adac
commit
43bddf02e9
|
@ -109,6 +109,8 @@ module.exports = Self => {
|
|||
});
|
||||
|
||||
if (tx) await tx.commit();
|
||||
|
||||
return true;
|
||||
} catch (e) {
|
||||
if (tx) await tx.rollback();
|
||||
|
||||
|
|
Loading…
Reference in New Issue