Skip to content

Commit

Permalink
fix: bind is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jan 13, 2020
1 parent 47a6429 commit 7faae98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"err-code": "^2.0.0",
"it-length-prefixed": "^2.0.0",
"it-pipe": "^1.0.1",
"libp2p-floodsub": "^0.19.0",
"libp2p-pubsub": "~0.4.0",
"libp2p-floodsub": "^0.20.0",
"libp2p-pubsub": "~0.4.1",
"p-map": "^3.0.0",
"peer-id": "~0.13.3",
"peer-info": "~0.17.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"aegir": "^20.4.1",
"aegir": "^20.5.0",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class BasicPubSub extends Pubsub {
this._options = _options

this._onRpc = this._onRpc.bind(this)
this.log = this.log.bind(this)
}

/**
Expand Down

0 comments on commit 7faae98

Please sign in to comment.