Linter fixes

This commit is contained in:
Bassem Dghaidi
2024-11-28 03:53:34 -08:00
committed by GitHub
parent df166709a3
commit c1fb081674
3 changed files with 34 additions and 35 deletions

View File

@@ -5,13 +5,12 @@ import {
BlockBlobClient,
BlockBlobParallelUploadOptions
} from '@azure/storage-blob'
import { InvalidResponseError } from './shared/errors'
import {InvalidResponseError} from './shared/errors'
export async function uploadCacheArchiveSDK
(
signedUploadURL: string,
archivePath: string
): Promise<BlobUploadCommonResponse> {
export async function uploadCacheArchiveSDK(
signedUploadURL: string,
archivePath: string
): Promise<BlobUploadCommonResponse> {
// Specify data transfer options
const uploadOptions: BlockBlobParallelUploadOptions = {
blockSize: 4 * 1024 * 1024, // 4 MiB max block size