mirror of
https://github.com/actions/toolkit.git
synced 2026-08-26 00:00:28 +02:00
PR feedback, back to simplified approach, no export on client as well
This commit is contained in:
@@ -17,7 +17,7 @@ interface Rpc {
|
||||
): Promise<object | Uint8Array>
|
||||
}
|
||||
|
||||
export class ArtifactHttpClient implements Rpc {
|
||||
class ArtifactHttpClient implements Rpc {
|
||||
private httpClient: HttpClient
|
||||
private baseUrl: string
|
||||
private maxAttempts = 5
|
||||
|
||||
Reference in New Issue
Block a user