mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: function description
This commit is contained in:
@@ -12,8 +12,8 @@ export class GetPendingBankAccountTransactions {
|
||||
|
||||
/**
|
||||
* Retrieves the given bank accounts pending transaction.
|
||||
* @param {number} tenantId
|
||||
* @param {number} bankAccountId
|
||||
* @param {number} tenantId - Tenant id.
|
||||
* @param {GetPendingTransactionsQuery} filter - Pending transactions query.
|
||||
*/
|
||||
async getPendingTransactions(
|
||||
tenantId: number,
|
||||
|
||||
Reference in New Issue
Block a user