From 32f3f41a82a1abf6988efb5485d32b4771c557ba Mon Sep 17 00:00:00 2001 From: efarooqui Date: Mon, 22 Feb 2021 10:40:54 -0800 Subject: [PATCH] Minor comment; running new ci file for testing --- src/lib/Controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Controller.js b/src/lib/Controller.js index bbd05dc..99f63c1 100644 --- a/src/lib/Controller.js +++ b/src/lib/Controller.js @@ -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))