Tested both ways for realestate and search req filters.

This commit is contained in:
Naida Vatric
2020-01-17 22:58:22 +01:00
parent 870b71a3c7
commit d117383802
3 changed files with 0 additions and 14 deletions

View File

@@ -423,9 +423,6 @@ const findSearchRequestsForRealEstate = async realEstate => {
};
}
//++
console.log("Query koji koristimo:", query);
//
return await db.SearchRequest.findAll({
where: query
});