Update downloadUtils.ts

This commit is contained in:
Shubham Tiwari
2022-07-29 12:52:57 +05:30
committed by GitHub
parent 9b309c5a32
commit 388d774221

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,
{ {