1
0
Fork 0
vmjoseph/download-v4-client-blob
srryan 2023-12-18 17:52:55 -05:00
parent 571bf222ee
commit 0c0770ce57
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import {
} from '../../generated'
import {getBackendIdsFromToken} from '../shared/util'
import {ArtifactNotFoundError} from '../shared/errors'
import {BlobClient, } from '@azure/storage-blob'
import {BlobClient} from '@azure/storage-blob'
const scrubQueryParameters = (url: string): string => {