chore: revert exposing of fetchResponse

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-01-12 20:05:19 +01:00
parent 4754bfbbb8
commit b6b1167758
@@ -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> {