rebase led to this changing so reverting

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 16:37:38 +01:00
parent 394e804dc8
commit b0d901f9c2
2 changed files with 90 additions and 41 deletions
@@ -1,5 +1,5 @@
import {BlobClient, BlockBlobUploadStreamOptions} from '@azure/storage-blob'
import {TransferProgressEvent} from '@azure/core-rest-pipeline'
import {TransferProgressEvent} from '@azure/core-http-compat'
import {ZipUploadStream} from './zip'
import {
getUploadChunkSize,
@@ -109,4 +109,4 @@ export async function uploadZipToBlobStorage(
uploadSize: uploadByteCount,
sha256Hash
}
}
}