feat(invoice-ninja): add new quotes trigger
This commit is contained in:
@@ -3,5 +3,13 @@ import newCredits from './new-credits';
|
||||
import newInvoices from './new-invoices';
|
||||
import newPayments from './new-payments';
|
||||
import newProjects from './new-projects';
|
||||
import newQuotes from './new-quotes';
|
||||
|
||||
export default [newClients, newCredits, newInvoices, newPayments, newProjects];
|
||||
export default [
|
||||
newClients,
|
||||
newCredits,
|
||||
newInvoices,
|
||||
newPayments,
|
||||
newProjects,
|
||||
newQuotes,
|
||||
];
|
||||
|
Reference in New Issue
Block a user