mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: pending transactions table
This commit is contained in:
@@ -37,7 +37,7 @@ export class GetPendingBankAccountTransactions {
|
||||
})
|
||||
.pagination(_filter.page - 1, _filter.pageSize);
|
||||
|
||||
const data = this.transformer.transform(
|
||||
const data = await this.transformer.transform(
|
||||
tenantId,
|
||||
results,
|
||||
new GetPendingBankAccountTransactionTransformer()
|
||||
|
||||
Reference in New Issue
Block a user