fix : comment

This commit is contained in:
morteza-mortezai
2025-10-29 12:39:53 +03:30
parent 35ff18274e
commit 36f7b3c85f
-1
View File
@@ -148,7 +148,6 @@ class OrderRepository extends BaseRepository<IOrder> {
default:
break;
}
console.log("matchQuery", matchQuery);
return this.model.aggregate([
{
$match: matchQuery,