1
0
Fork 0
pull/1503/head
Bethany 2023-08-22 11:47:14 -07:00
parent 671bf1ebd5
commit 6adf053d36
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import {
DownloadArtifactResponse
} from '../shared/interfaces'
import {getUserAgentString} from '../shared/user-agent'
import { getGitHubWorkspaceDir } from '../shared/config'
import {getGitHubWorkspaceDir} from '../shared/config'
const scrubQueryParameters = (url: string): string => {
const parsed = new URL(url)