Correctly parse rooms, size, price etc.
This commit is contained in:
@@ -17,7 +17,7 @@ export default class MongoSaver {
|
||||
} else {
|
||||
console.log('Connection established to', this.url);
|
||||
saver.db = db;
|
||||
saver.collection = db.collection('results');
|
||||
saver.collection = db.collection('listings');
|
||||
saver.ready = true;
|
||||
resolve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user