fix differential args for fetchers

This commit is contained in:
Lachlan Kermode
2020-04-26 17:17:34 +02:00
parent f34b9224aa
commit d113181bb4
3 changed files with 21 additions and 11 deletions

View File

@@ -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 => {