Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove eslint disable ts next line
Sebastian Martinez committed 2 years ago
commit 8450f0cd9cdba4607ea7e8f1c3bc6f1279ea9718
parent 389ecc95ba0bdfd2c4e8cdbf0885f82b68ec2a9c
1 file changed +0 -1
modified httpd-client/lib/fetcher.ts
@@ -17,7 +17,6 @@ export class ResponseError extends Error {
  public body: unknown;

  public constructor(method: string, response: Response, body_: unknown) {
-
    // eslint-disable-next-line @typescript-eslint/no-explicit-any
    const body: any = body_;
    if (
      typeof body === "object" &&