1
0
Fork 0

Update downloadUtils.ts

pull/1140/head
Shubham Tiwari 2022-07-29 12:52:57 +05:30 committed by GitHub
parent 9b309c5a32
commit 388d774221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ export async function downloadCacheStorageSDK(
downloadProgress.nextSegment(segmentSize) downloadProgress.nextSegment(segmentSize)
const result = await Promise.Race([client.downloadToBuffer( const result = await Promise.race([client.downloadToBuffer(
segmentStart, segmentStart,
segmentSize, segmentSize,
{ {