mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 20:38:32 +03:00
list of list of blueprints flattened into single list
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user