From ac561b743b0dd3ffe66f302d617f9f3cc8701644 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 13 Oct 2022 15:04:01 +0100 Subject: [PATCH] Linting --- src/http-api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http-api/index.ts b/src/http-api/index.ts index 0892f5769..6beb15050 100644 --- a/src/http-api/index.ts +++ b/src/http-api/index.ts @@ -20,7 +20,7 @@ import { MediaPrefix } from "./prefix"; import * as utils from "../utils"; import * as callbacks from "../realtime-callbacks"; import { Method } from "./method"; -import { ConnectionError, MatrixError } from "./errors"; +import { ConnectionError } from "./errors"; import { parseErrorResponse } from "./utils"; export * from "./interface";