mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): list resources
This commit is contained in:
@@ -76,7 +76,7 @@ export class CustomersApplication {
|
||||
* Retrieve customers paginated list.
|
||||
* @param {ICustomersFilter} filter - Cusotmers filter.
|
||||
*/
|
||||
public getCustomers = (filterDTO: ICustomersFilter) => {
|
||||
public getCustomers = (filterDTO: Partial<ICustomersFilter>) => {
|
||||
return this.getCustomersService.getCustomersList(filterDTO);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user