Explorar o código

@uppy/status-bar: fix `calculateProcessingProgress` is not a function (#3261)

Antoine du Hamel %!s(int64=3) %!d(string=hai) anos
pai
achega
7ec6d8814c

+ 1 - 1
packages/@uppy/status-bar/src/calculateProcessingProgress.js

@@ -1,4 +1,4 @@
-module.export = function calculateProcessingProgress (files) {
+module.exports = function calculateProcessingProgress (files) {
   const values = []
   let mode
   let message