Skip to content

Commit 6ee7fb0

Browse files
committed
refactor: move CommsError import to top of mesh-store.ts
1 parent 1164098 commit 6ee7fb0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/core/mesh-store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import * as net from "node:net";
1313
import { nanoid } from "./nanoid.js";
14+
import { CommsError } from "./store.js";
1415
import type { CommsStore } from "./comms-store.js";
1516
import type {
1617
AgentIdentity,
@@ -924,5 +925,3 @@ export class MeshStore implements CommsStore {
924925
this.coordinatorServer = undefined;
925926
}
926927
}
927-
928-
import { CommsError } from "./store.js";

0 commit comments

Comments
 (0)