Browse Source

fix linting

Savant Krishna 5 years ago
parent
commit
b9360625df
1 changed files with 1 additions and 1 deletions
  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))