소스 검색

fix linting

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))