Savant Krishna пре 5 година
родитељ
комит
b9360625df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/@uppy/provider-views/src/index.js

+ 1 - 1
packages/@uppy/provider-views/src/index.js

@@ -503,7 +503,7 @@ module.exports = class ProviderView {
             files.push(item)
           }
         })
-        let moreFiles = res.nextPagePath || null
+        const moreFiles = res.nextPagePath || null
         if (moreFiles) {
           return this.listAllFiles(moreFiles, files)
             .then((files) => resolve(files))