Email density #99

Open
RabbIT09-n wants to merge 4 commits from email-density into master
Showing only changes of commit bd33a6b80e - Show all commits

View File

@@ -35,6 +35,9 @@ const findSearchRequestsForRealEstate = async realEstate => {
floor floor
} = realEstate; } = realEstate;
//
console.log("New realestate:", realEstate);
if (!locationLat || !locationLong) { if (!locationLat || !locationLong) {
return []; return [];
} }
@@ -451,6 +454,9 @@ const findSearchRequestsForRealEstate = async realEstate => {
}; };
} }
//
console.log("Query for search of req:", query);
return await db.SearchRequest.findAll({ return await db.SearchRequest.findAll({
where: query where: query
}); });