Skip to content

Commit d90e6f2

Browse files
committed
fix: import order
1 parent 74eec9d commit d90e6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nodes/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import type { ContextTimed } from '@matrixai/contexts';
12
import type { DBTransaction, KeyPath, LevelPath } from '@matrixai/db';
2-
import type { X509Certificate } from '@peculiar/x509';
33
import type { QUICClientCrypto, QUICServerCrypto } from '@matrixai/quic';
4+
import type { X509Certificate } from '@peculiar/x509';
45
import type { Key, Certificate, CertificatePEM } from '../keys/types.js';
56
import type { Hostname, Port } from '../network/types.js';
67
import type {
@@ -18,7 +19,6 @@ import type {
1819
NodesAuthenticateConnectionMessageBasicPublic,
1920
NodesAuthenticateConnectionMessageNone,
2021
} from './agent/types.js';
21-
import type { ContextTimed } from '@matrixai/contexts';
2222
import dns from 'dns';
2323
import { utils as dbUtils } from '@matrixai/db';
2424
import { IdInternal } from '@matrixai/id';

0 commit comments

Comments
 (0)