Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Mar 28, 2024
1 parent 04a1be1 commit 4d77f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jobfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ let generateTasks = (options) => {
'X-API-Key': apiKey
}
}
console.log(task)
console.log('Generating task for country ' + country_id, " url: " + task.options.url)
tasks.push(task)
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "k-openaq",
"description": "A Krawler based service to download data from OpenAQ",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/kalisio/k-openaq",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 4d77f85

Please sign in to comment.