1
0
Fork 0

Linter fixes

pull/1882/head
Bassem Dghaidi 2024-11-28 03:53:34 -08:00 committed by GitHub
parent df166709a3
commit c1fb081674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 34 additions and 35 deletions

View File

@ -7,8 +7,7 @@ import {
} from '@azure/storage-blob'
import {InvalidResponseError} from './shared/errors'
export async function uploadCacheArchiveSDK
(
export async function uploadCacheArchiveSDK(
signedUploadURL: string,
archivePath: string
): Promise<BlobUploadCommonResponse> {