chore: revert exposing of fetchResponse
Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
@@ -312,7 +312,7 @@ export class GithubUrlReader implements UrlReader {
|
||||
return repo.default_branch;
|
||||
}
|
||||
|
||||
protected async fetchResponse(
|
||||
private async fetchResponse(
|
||||
url: string | URL,
|
||||
init: RequestInit,
|
||||
): Promise<Response> {
|
||||
|
||||
Reference in New Issue
Block a user