fix : comment
This commit is contained in:
@@ -148,7 +148,6 @@ class OrderRepository extends BaseRepository<IOrder> {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
console.log("matchQuery", matchQuery);
|
|
||||||
return this.model.aggregate([
|
return this.model.aggregate([
|
||||||
{
|
{
|
||||||
$match: matchQuery,
|
$match: matchQuery,
|
||||||
|
|||||||
Reference in New Issue
Block a user