Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Sep 24, 2023
1 parent 7e660db commit df5954e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/epochs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ function BuildPreferredEpoch(ssb, groupId) {
// but also kick off resolution
fixDisjointEpochsLater(ssb, groupId) // <<< DELAYED SIDE EFFECTS!
} else {
console.log(ssb.name, members0, members1)
return cb(new Error('unknown membership case!'))
}
// case 4.7 - disjoint membership (no overlap!)
Expand Down

0 comments on commit df5954e

Please sign in to comment.