Removed unused variable

dev
Roman Burunkov 5 years ago committed by GitHub
parent 35b9668865
commit 02e15cb067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/server.js

@ -215,7 +215,6 @@ const setup = function(fileUploadOptions) {
return res.status(400).send('Files array is empty');
}
let filesUploaded = 0;
let uploadResults = [];
for (let i = 0; i < testFiles.length; i++) {
let uploadPath = path.join(uploadDir, testFiles[i].name);

Loading…
Cancel
Save