mirror of https://github.com/actions/toolkit
cleanup
parent
571bf222ee
commit
0c0770ce57
|
@ -17,7 +17,7 @@ import {
|
||||||
} from '../../generated'
|
} from '../../generated'
|
||||||
import {getBackendIdsFromToken} from '../shared/util'
|
import {getBackendIdsFromToken} from '../shared/util'
|
||||||
import {ArtifactNotFoundError} from '../shared/errors'
|
import {ArtifactNotFoundError} from '../shared/errors'
|
||||||
import {BlobClient, } from '@azure/storage-blob'
|
import {BlobClient} from '@azure/storage-blob'
|
||||||
|
|
||||||
|
|
||||||
const scrubQueryParameters = (url: string): string => {
|
const scrubQueryParameters = (url: string): string => {
|
||||||
|
|
Loading…
Reference in New Issue