瀏覽代碼

@uppy/aws-s3: remove todo (#5200)

Mikael Finstad 10 月之前
父節點
當前提交
c39ad85722
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/@uppy/aws-s3/src/index.ts

+ 0 - 1
packages/@uppy/aws-s3/src/index.ts

@@ -687,7 +687,6 @@ export default class AwsS3Multipart<
           return
         }
 
-        // todo make a proper onProgress API (breaking change)
         onProgress?.({ loaded: size, lengthComputable: true })
 
         // NOTE This must be allowed by CORS.