Minor comment; running new ci file for testing

This commit is contained in:
efarooqui
2021-02-22 10:40:54 -08:00
parent b91068c346
commit 32f3f41a82

View File

@@ -40,6 +40,7 @@ class Controller {
})
}
// Controller function to retrieve all blueprints and export to user defined file location
retrieveAll (fileDest) {
if (!fileDest) return Promise.reject(new Error(copy.errors.export.fileMissing))