moving front app to subfolder. add webpack config with watch and dev-server mode. moving deploy things in subfolder
This commit is contained in:
committed by
Daniel Hutzel
parent
0e86e1e1fd
commit
dbe4b8a7bd
@@ -49,7 +49,6 @@ module.exports = async function () {
|
||||
({ track_ID: curID }) => newInvoicedTracks.includes(curID)
|
||||
);
|
||||
if (isNewInvoiceHasInvoicedTracks) {
|
||||
await transaction.rollback();
|
||||
req.reject(400, "Invoice contains already owned values");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user