es lint fixes

This commit is contained in:
Valere
2025-11-03 13:18:33 +01:00
parent 4c5f06a8a9
commit a7d2a3b9db
5 changed files with 9 additions and 11 deletions

View File

@@ -17,7 +17,6 @@ import {
} from "vitest";
import { BehaviorSubject, of } from "rxjs";
import {
ConnectionState as LivekitConnectionState,
type LocalParticipant,
type RemoteParticipant,
type Room as LivekitRoom,
@@ -36,7 +35,6 @@ import {
type ConnectionOpts,
type ConnectionState,
type PublishingParticipant,
Connection,
} from "./Connection.ts";
import { ObservableScope } from "../ObservableScope.ts";
import { type OpenIDClientParts } from "../../livekit/openIDSFU.ts";