This commit is contained in:
olivermrbl
2021-02-24 17:02:37 +01:00
parent 8b5323f185
commit a01a6d1553

View File

@@ -133,8 +133,6 @@ class ProductService extends BaseService {
}
}
console.log(query)
return productRepo.findWithRelations(rels, query)
}