Skip to content

Commit

Permalink
Remove unused internal property (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuKks authored Jul 26, 2023
1 parent f7880bb commit e21bde2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ class Hyperbee extends ReadyResource {
this._sub = !!this.prefix
this._checkout = opts.checkout || 0
this._view = !!opts._view
this._updated = false

this._onappendBound = this._view ? null : this._onappend.bind(this)
this._ontruncateBound = this._view ? null : this._ontruncate.bind(this)
Expand Down

0 comments on commit e21bde2

Please sign in to comment.