Skip to content

Commit b013e3f

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
variable removed
1 parent c192fb1 commit b013e3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/utils/uploader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
6161
},
6262
};
6363
options["formData"][file_name] = fs.readFileSync(file_name);
64-
let responseData = null;
6564
request.put(options, function (err, resp, body) {
6665
if (err) {
6766
console.log("error occured while uploading project", err);

0 commit comments

Comments
 (0)