delete: throw error
This commit is contained in:
parent
e5fd6adfe5
commit
dd10b79441
|
@ -68,8 +68,6 @@ module.exports = Self => {
|
|||
fields: ['id', 'hasToInvoiceByAddress']
|
||||
}, myOptions);
|
||||
try {
|
||||
throw new Error(`Pq lo digo yo`);
|
||||
|
||||
if (client.hasToInvoiceByAddress) {
|
||||
await Self.rawSql('CALL ticketToInvoiceByAddress(?, ?, ?, ?)', [
|
||||
args.minShipped,
|
||||
|
|
Loading…
Reference in New Issue