We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a1d3 commit 31f44dbCopy full SHA for 31f44db
bin/helpers/zipUpload.js
@@ -17,7 +17,6 @@ const purgeUploadBar = (obj) => {
17
speed: ((obj.size / (Date.now() - obj.startTime)) / 125).toFixed(2) //kbits per sec
18
});
19
obj.bar1.stop();
20
- // clearInterval(obj.zipInterval);
21
}
22
23
const uploadSuits = (bsConfig, filePath, opts, obj) => {
0 commit comments