Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 5f8fbd3

Browse files
committed
chore: fix line
1 parent 8e225d3 commit 5f8fbd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/ipns/publisher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ class IpnsPublisher {
235235

236236
// Determinate the record sequence number
237237
let seqNumber = 0
238-
239238
if (record && record.sequence !== undefined) {
240239
seqNumber = record.value.toString() !== value ? record.sequence + 1 : record.sequence
241240
}

0 commit comments

Comments
 (0)