Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraleksa committed May 7, 2018
1 parent 8880f1d commit f214d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -226,7 +226,7 @@ axios.get('https://public.api.openprocurement.org/api/2.3/contracts?offset='+sta
})
.then(function (contract) {
//console.log(contract)
//collection.insert(contract)
collection.insert(contract)

})

Expand Down

0 comments on commit f214d42

Please sign in to comment.