make fetchResponse protected to allow overwriting

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2023-12-12 14:37:11 +01:00
parent 88fcc3b5e5
commit 42b4db71de
@@ -317,7 +317,7 @@ export class GithubUrlReader implements UrlReader {
return repo.default_branch;
}
private async fetchResponse(
protected async fetchResponse(
url: string | URL,
init: RequestInit,
): Promise<Response> {