From 007ea89cd79bd9939b2d24e4f53abe7e8610e02f Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 17 Mar 2025 12:36:14 +0100 Subject: [PATCH] fixup eslint --- playwright/errors.spec.ts | 7 +++++++ src/room/GroupCallView.tsx | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/playwright/errors.spec.ts b/playwright/errors.spec.ts index e65ca740..9e25d950 100644 --- a/playwright/errors.spec.ts +++ b/playwright/errors.spec.ts @@ -1,3 +1,10 @@ +/* +Copyright 2025 New Vector Ltd. + +SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +Please see LICENSE in the repository root for full details. +*/ + import { expect, test } from "@playwright/test"; test("Should show error screen if fails to get JWT token", async ({ page }) => { diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 49b3173d..1b3d0f20 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -19,7 +19,6 @@ import { isE2EESupported as isE2EESupportedBrowser, } from "livekit-client"; import { logger } from "matrix-js-sdk/src/logger"; - import { MatrixRTCSessionEvent, type MatrixRTCSession,