Added price history log.
This commit is contained in:
@@ -27,9 +27,7 @@ class PostgresSaver {
|
||||
};
|
||||
});
|
||||
const savedPrices = await bulkUpsertPriceHistory(resultPrices);
|
||||
//
|
||||
console.log("savedPrices", savedPrices);
|
||||
//
|
||||
|
||||
if (Array.isArray(savedRecords)) {
|
||||
const newRealEstates = [];
|
||||
const existingRealEstates = [];
|
||||
|
||||
Reference in New Issue
Block a user