We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1164098 commit 6ee7fb0Copy full SHA for 6ee7fb0
1 file changed
src/core/mesh-store.ts
@@ -11,6 +11,7 @@
11
12
import * as net from "node:net";
13
import { nanoid } from "./nanoid.js";
14
+import { CommsError } from "./store.js";
15
import type { CommsStore } from "./comms-store.js";
16
import type {
17
AgentIdentity,
@@ -924,5 +925,3 @@ export class MeshStore implements CommsStore {
924
925
this.coordinatorServer = undefined;
926
}
927
-
928
-import { CommsError } from "./store.js";
0 commit comments