strip down blueprint structure to what is necessary

This commit is contained in:
Lachlan Kermode
2018-12-07 14:49:16 +00:00
parent 35b8bf4d9c
commit 08dce0dbb9
3 changed files with 15 additions and 10 deletions

View File

@@ -68,8 +68,11 @@ class Fetcher {
const parts = url.split('/')
acc.push([ parts[1], parts[2] ])
return acc
} else {
return acc
}
}, [])
return allParts
.map(parts => buildDesaturated(
this.sheetId,