Skip to content

Commit

Permalink
fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Jan 10, 2025
1 parent 35b7db8 commit 094b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrixrtc/MembershipManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { UpdateDelayedEventAction } from "../@types/requests.ts";
import { HTTPError, MatrixError } from "../http-api/errors.ts";
import { logger } from "../logger.ts";
import { EventTimeline, EventType, MatrixClient, Room } from "../matrix.ts";
import type { EventTimeline, EventType, MatrixClient, Room } from "../matrix.ts";
import { sleep } from "../utils.ts";
import { CallMembership, DEFAULT_EXPIRE_DURATION, SessionMembershipData } from "./CallMembership.ts";
import { Focus } from "./focus.ts";
Expand Down

0 comments on commit 094b0f4

Please sign in to comment.