Skip to content

Commit

Permalink
fix: remove unused class property
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzel committed Apr 16, 2023
1 parent 7956f26 commit 8f07975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class Net {
constructor (servers = [DEFAULT_ADDRESS], options = {}) {
this._options = options
this._servers = new Map()
this._opaque = 0

if (!Array.isArray(servers)) {
servers = [servers]
Expand Down

0 comments on commit 8f07975

Please sign in to comment.