fixed updateFile transaction
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
89a3c399c1
commit
e870c26c70
|
@ -79,10 +79,10 @@ module.exports = Self => {
|
|||
}, myOptions);
|
||||
|
||||
if (hasAttachedFile)
|
||||
updatedDms = await uploadNewFile(ctx, dms, myOptions);
|
||||
await uploadNewFile(ctx, dms, myOptions);
|
||||
|
||||
if (tx) await tx.commit();
|
||||
return updatedDms;
|
||||
return dms;
|
||||
} catch (e) {
|
||||
if (tx) await tx.rollback();
|
||||
throw e;
|
||||
|
|
Loading…
Reference in New Issue