Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
norbornen committed Oct 25, 2018
1 parent 4e690b7 commit 198985c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/provider/thelocals.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const geoFilter = require('../geo_filter');
const ax = Ax.create({'content-type': 'application/json'});

module.exports.getOffers = async () => {
const db = await Db.create('avito');
const db = await Db.create('thelocals');

const urlGetIdx = 'https://thelocals.ru/api/frontend/rooms';
const query = config.get('thelocals.query');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cyanic",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 198985c

Please sign in to comment.