correct example config

This commit is contained in:
Lachlan Kermode
2020-04-12 12:04:19 +02:00
committed by GitHub
parent 1b5e0ebecf
commit 84b6ecf05f

View File

@@ -10,11 +10,9 @@ const timemapStructure = {
}
export default {
googleSheets: {
sheets: [{
name: 'teuruwera',
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
tabs: timemapStructure
}]
}
gsheets: [{
name: 'teuruwera',
id: '1UC7DkCFeUXHfpUxUGruExwFbP4pqVBdJLOKfo6wDDGk',
tabs: timemapStructure
}]
}