list of list of blueprints flattened into single list

This commit is contained in:
SAM LUDFORD
2019-05-23 11:31:16 +01:00
parent 824b672a5e
commit 8f397e395d

View File

@@ -16,7 +16,7 @@ class Controller {
blueprints () {
return Object.keys(this.fetchers).map(
sheet => this.fetchers[sheet].blueprints
)
).reduce((acc, curr) => acc.concat(curr))
}
update () {