feat: pending transactions table

This commit is contained in:
Ahmed Bouhuolia
2024-08-11 22:51:58 +02:00
parent 9ae5644af9
commit 7054e862d5
9 changed files with 304 additions and 5 deletions

View File

@@ -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()