1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-10 17:12:54 +00:00
This commit is contained in:
srryan 2023-12-18 17:52:55 -05:00
parent 571bf222ee
commit 0c0770ce57

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 => {