mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor(nestjs): import module
This commit is contained in:
@@ -59,8 +59,8 @@ export class BillPaymentsApplication {
|
||||
/**
|
||||
* Retrieves bill payments list.
|
||||
*/
|
||||
public getBillPayments(filterDTO: IBillPaymentsFilter) {
|
||||
return this.getBillPaymentsService.getBillPayments(filterDTO);
|
||||
public getBillPayments() {
|
||||
// return this.getBillPaymentsService.getBillPayments(filterDTO);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user