Skip to content

Commit 17acfed

Browse files
committed
Remove redundant string union
1 parent c8c0e6d commit 17acfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class Storage {
115115
* unable to download a working binary, whether because of network issues or
116116
* downloads being disabled.
117117
*/
118-
public async fetchBinary(restClient: Api, label: string | string): Promise<string> {
118+
public async fetchBinary(restClient: Api, label: string): Promise<string> {
119119
const baseUrl = restClient.getAxiosInstance().defaults.baseURL
120120
this.output.appendLine(`Using deployment URL: ${baseUrl}`)
121121
this.output.appendLine(`Using deployment label: ${label || "n/a"}`)

0 commit comments

Comments
 (0)