mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 04:48:32 +03:00
fix differential args for fetchers
This commit is contained in:
@@ -22,7 +22,6 @@ class Controller {
|
||||
update () {
|
||||
return Promise.all(
|
||||
Object.keys(this.fetchers).map(sheet => {
|
||||
console.log(sheet)
|
||||
return this.fetchers[sheet].update()
|
||||
})
|
||||
).then(results => {
|
||||
|
||||
Reference in New Issue
Block a user