mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 21:08:33 +03:00
strip down blueprint structure to what is necessary
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user