Skip to content

Commit

Permalink
should use "=" to assign value rather than "-"
Browse files Browse the repository at this point in the history
Change-Id: I555a3df45e56e33838613eb5766a4accc6f08342
Signed-off-by: Frank Han <[email protected]>
  • Loading branch information
hanhzf authored and seprain committed Feb 15, 2017
1 parent 691af63 commit d621497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/lib/EventHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var EventHub = class {
// grpc event client interface
this._client = null;
// grpc chat streaming interface
this.call - null;
this.call = null;
// fabric connection state of this eventhub
this.connected = false;
}
Expand Down

0 comments on commit d621497

Please sign in to comment.