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

Commit

Permalink
chore: fix line
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Dec 4, 2018
1 parent 8e225d3 commit 5f8fbd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/ipns/publisher.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ class IpnsPublisher {

// Determinate the record sequence number
let seqNumber = 0

if (record && record.sequence !== undefined) {
seqNumber = record.value.toString() !== value ? record.sequence + 1 : record.sequence
}
Expand Down

0 comments on commit 5f8fbd3

Please sign in to comment.