fixup eslint

This commit is contained in:
Valere
2025-03-17 12:36:14 +01:00
parent 598152a3d7
commit 007ea89cd7
2 changed files with 7 additions and 1 deletions

View File

@@ -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 }) => {

View File

@@ -19,7 +19,6 @@ import {
isE2EESupported as isE2EESupportedBrowser,
} from "livekit-client";
import { logger } from "matrix-js-sdk/src/logger";
import {
MatrixRTCSessionEvent,
type MatrixRTCSession,