We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c0e6d commit 17acfedCopy full SHA for 17acfed
src/storage.ts
@@ -115,7 +115,7 @@ export class Storage {
115
* unable to download a working binary, whether because of network issues or
116
* downloads being disabled.
117
*/
118
- public async fetchBinary(restClient: Api, label: string | string): Promise<string> {
+ public async fetchBinary(restClient: Api, label: string): Promise<string> {
119
const baseUrl = restClient.getAxiosInstance().defaults.baseURL
120
this.output.appendLine(`Using deployment URL: ${baseUrl}`)
121
this.output.appendLine(`Using deployment label: ${label || "n/a"}`)
0 commit comments