mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
list of list of blueprints flattened into single list
This commit is contained in:
@@ -16,7 +16,7 @@ class Controller {
|
|||||||
blueprints () {
|
blueprints () {
|
||||||
return Object.keys(this.fetchers).map(
|
return Object.keys(this.fetchers).map(
|
||||||
sheet => this.fetchers[sheet].blueprints
|
sheet => this.fetchers[sheet].blueprints
|
||||||
)
|
).reduce((acc, curr) => acc.concat(curr))
|
||||||
}
|
}
|
||||||
|
|
||||||
update () {
|
update () {
|
||||||
|
|||||||
Reference in New Issue
Block a user