mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor(nestjs): list resources
This commit is contained in:
@@ -79,7 +79,7 @@ export class SaleEstimatesApplication {
|
||||
* @param {ISalesEstimatesFilter} filterDTO - Sales estimates filter DTO.
|
||||
* @returns
|
||||
*/
|
||||
public getSaleEstimates(filterDTO: ISalesEstimatesFilter) {
|
||||
public getSaleEstimates(filterDTO: Partial<ISalesEstimatesFilter>) {
|
||||
return this.getSaleEstimatesService.getEstimates(filterDTO);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user