Minor comment to trigger job

This commit is contained in:
efarooqui
2021-04-14 19:58:55 -07:00
parent 8bd5f38ac4
commit 978d572660

View File

@@ -218,7 +218,7 @@ class GsheetFetcher extends Fetcher {
.then(this._buildBlueprintsAsync())
.then(() => true)
.catch((err) => {
console.log(`Error fetching gsheets: ${err.message}`)
console.log(`Error fetching gsheets: ${err.message} `)
return false
})
}