Add currency to price filters #78

Merged
RabbIT09-n merged 24 commits from add-currency-to-price-filters into master 2020-01-07 00:09:41 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 4391aa5939 - Show all commits

View File

@@ -30,7 +30,7 @@ const MAX_REAL_ESTATES_IN_FIRST_EMAIL =
const PRINT_CRAWLER_DEBUG = process.env.PRINT_CRAWLER_DEBUG_INFO || 0;
const API_MAP_KEY= process.env.API_MAP_KEY || "";
const API_MAP_KEY = process.env.API_MAP_KEY || "";
module.exports = {
APP_PORT,

View File

@@ -120,7 +120,6 @@ const getFilters = async (req, res) => {
};
const postFilters = async (req, res) => {
const searchRequest = await currentSearchRequest(req);
if (!searchRequest || !searchRequest.dataValues) {