Skip to content

Commit

Permalink
Merge 9b8fab4 into 3d74aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
nujabes403 committed Jul 12, 2018
2 parents 3d74aa6 + 9b8fab4 commit 3edfbb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web3-core-subscriptions/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Subscriptions.prototype.setRequestManager = function (rm) {

Subscriptions.prototype.attachToObject = function (obj) {
var func = this.buildCall();
func.call = this.call;
var name = this.name.split('.');
if (name.length > 1) {
obj[name[0]] = obj[name[0]] || {};
Expand Down

0 comments on commit 3edfbb0

Please sign in to comment.