mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: decrement uncategorized transactions count
This commit is contained in:
@@ -45,7 +45,7 @@ export class DeleteCashflowTransactionOnUncategorize {
|
||||
trx
|
||||
);
|
||||
});
|
||||
if (result.errors) {
|
||||
if (result.errors.length > 0) {
|
||||
throw new ServiceError('SOMETHING_WRONG');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user