mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
Minor comment to trigger job
This commit is contained in:
@@ -218,7 +218,7 @@ class GsheetFetcher extends Fetcher {
|
|||||||
.then(this._buildBlueprintsAsync())
|
.then(this._buildBlueprintsAsync())
|
||||||
.then(() => true)
|
.then(() => true)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(`Error fetching gsheets: ${err.message}`)
|
console.log(`Error fetching gsheets: ${err.message} `)
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user