We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bebca3 commit 77ea1c9Copy full SHA for 77ea1c9
packages/ipns/src/ipns/republisher.ts
@@ -8,7 +8,7 @@ import { DEFAULT_REPUBLISH_CONCURRENCY, DEFAULT_REPUBLISH_INTERVAL_MS, DEFAULT_T
8
import { ipnsSelector } from '../index.ts'
9
import { keyToMultihash, shouldRefresh, shouldRepublish } from '../utils.js'
10
import type { IPNSRepublishResult, RepublishOptions } from '../index.ts'
11
-import type { ListResult, LocalStore } from '../local-store.js'
+import type { LocalStore } from '../local-store.js'
12
import type { IPNSResolver } from './resolver.ts'
13
import type { IPNSRouting } from '../routing/index.js'
14
import type { AbortOptions, ComponentLogger, Libp2p, Logger, PeerId, PrivateKey, PublicKey } from '@libp2p/interface'
0 commit comments