mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 04:48:32 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60024a0479 | ||
|
|
8578bf3ae1 |
@@ -57,7 +57,7 @@ class Fetcher {
|
|||||||
this.auth = null
|
this.auth = null
|
||||||
|
|
||||||
/** curry to allow convenient syntax with map */
|
/** curry to allow convenient syntax with map */
|
||||||
this._saveViaBlueprinter = R.curry(this._saveViaBlueprinter)
|
this._saveViaBlueprinter = R.curry(this._saveViaBlueprinter.bind(this))
|
||||||
}
|
}
|
||||||
|
|
||||||
_buildBlueprintsAsync () {
|
_buildBlueprintsAsync () {
|
||||||
@@ -155,6 +155,7 @@ class Fetcher {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
.then(this._buildBlueprintsAsync())
|
||||||
.then(() => true)
|
.then(() => true)
|
||||||
.catch(() => false)
|
.catch(() => false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user