Skip to content

Commit

Permalink
@uppy/status-bar: fix calculateProcessingProgress is not a function (
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Oct 14, 2021
1 parent 55e0ffd commit 7ec6d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.export = function calculateProcessingProgress (files) {
module.exports = function calculateProcessingProgress (files) {
const values = []
let mode
let message
Expand Down

0 comments on commit 7ec6d88

Please sign in to comment.