fix(InvoiceOutGlobal): parallelism #900

Merged
alexm merged 4 commits from warmFix_invoiceOut_Global into dev 2024-11-07 09:43:19 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ead241e7da - Show all commits

View File

@ -179,7 +179,6 @@ export const useInvoiceOutGlobalStore = defineStore({
this.invoicing = false;
return;
}
console.log('address: ', address);
try {
const params = {
clientId: address.clientId,