Skip to content

Commit 754f515

Browse files
committed
fix lint error
1 parent d25aa37 commit 754f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipns/test/republish.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import { expect } from 'aegir/chai'
77
import { createIPNSRecord, marshalIPNSRecord, unmarshalIPNSRecord, multihashToIPNSRoutingKey, multihashFromIPNSRoutingKey } from 'ipns'
88
import { CID } from 'multiformats/cid'
99
import sinon from 'sinon'
10+
import { REPUBLISH_THRESHOLD } from '../src/constants.ts'
1011
import { localStore } from '../src/local-store.js'
1112
import { IPNSPublishMetadata } from '../src/pb/metadata.ts'
1213
import { dhtRoutingKey, ipnsMetadataKey } from '../src/utils.ts'
1314
import { createIPNS } from './fixtures/create-ipns.js'
1415
import type { IPNS } from '../src/ipns.js'
1516
import type { CreateIPNSResult } from './fixtures/create-ipns.js'
16-
import { REPUBLISH_THRESHOLD } from '../src/constants.ts'
1717

1818
// Helper to await until a stub is called
1919
function waitForStubCall (stub: sinon.SinonStub, callCount = 1): Promise<void> {

0 commit comments

Comments
 (0)