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