Change request method access modifier
Signed-off-by: Diego Mondragon <mdiegoarmando@google.com>
This commit is contained in:
@@ -92,7 +92,10 @@ export class CloudbuildClient implements CloudbuildApi {
|
||||
);
|
||||
}
|
||||
|
||||
async request(url: string, method: string = 'GET'): Promise<Response> {
|
||||
private async request(
|
||||
url: string,
|
||||
method: string = 'GET',
|
||||
): Promise<Response> {
|
||||
const requestHeaders = {
|
||||
Accept: '*/*',
|
||||
Authorization: `Bearer ${await this.getToken()}`,
|
||||
|
||||
Reference in New Issue
Block a user