From c2bfaeb5a91a7207345cd35a4108235a213688bc Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 18 Mar 2026 12:03:51 +0100 Subject: [PATCH] Fixed: wrong import --- src/apps/cli/commands/p2p.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/cli/commands/p2p.ts b/src/apps/cli/commands/p2p.ts index b889f51..f47b62e 100644 --- a/src/apps/cli/commands/p2p.ts +++ b/src/apps/cli/commands/p2p.ts @@ -2,8 +2,7 @@ import type { LiveSyncBaseCore } from "../../../LiveSyncBaseCore"; import { P2P_DEFAULT_SETTINGS } from "@lib/common/types"; import type { ServiceContext } from "@lib/services/base/ServiceBase"; import { LiveSyncTrysteroReplicator } from "@lib/replication/trystero/LiveSyncTrysteroReplicator"; -import { addP2PEventHandlers } from "@lib/replication/trystero/P2PReplicatorCore"; - +import { addP2PEventHandlers } from "@lib/replication/trystero/addP2PEventHandlers"; type CLIP2PPeer = { peerId: string; name: string;