Skip to content

Commit 77ea1c9

Browse files
committed
fix linter error
1 parent 9bebca3 commit 77ea1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipns/src/ipns/republisher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DEFAULT_REPUBLISH_CONCURRENCY, DEFAULT_REPUBLISH_INTERVAL_MS, DEFAULT_T
88
import { ipnsSelector } from '../index.ts'
99
import { keyToMultihash, shouldRefresh, shouldRepublish } from '../utils.js'
1010
import type { IPNSRepublishResult, RepublishOptions } from '../index.ts'
11-
import type { ListResult, LocalStore } from '../local-store.js'
11+
import type { LocalStore } from '../local-store.js'
1212
import type { IPNSResolver } from './resolver.ts'
1313
import type { IPNSRouting } from '../routing/index.js'
1414
import type { AbortOptions, ComponentLogger, Libp2p, Logger, PeerId, PrivateKey, PublicKey } from '@libp2p/interface'

0 commit comments

Comments
 (0)