mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 21:38:32 +03:00
Minor comment; running new ci file for testing
This commit is contained in:
@@ -40,6 +40,7 @@ class Controller {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Controller function to retrieve all blueprints and export to user defined file location
|
||||||
retrieveAll (fileDest) {
|
retrieveAll (fileDest) {
|
||||||
if (!fileDest) return Promise.reject(new Error(copy.errors.export.fileMissing))
|
if (!fileDest) return Promise.reject(new Error(copy.errors.export.fileMissing))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user