mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: dynamic list to nestjs
This commit is contained in:
@@ -31,7 +31,7 @@ export class GetPaymentsReceivedService {
|
||||
|
||||
// Dynamic list service.
|
||||
const dynamicList = await this.dynamicListService.dynamicList(
|
||||
PaymentReceive,
|
||||
PaymentReceived,
|
||||
filter,
|
||||
);
|
||||
const { results, pagination } = await this.paymentReceivedModel
|
||||
|
||||
Reference in New Issue
Block a user