Skip to content

Commit

Permalink
misscommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idanstark42 committed Dec 11, 2019
1 parent a71dee3 commit 4ce6d02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class Messenger {
if (!this._connectionPromise) {
this._connectionPreactions.forEach(action => { action(this) })

this._connectionPromise =
this._connectionPromise = this.Promise.resolve(this.client.connect())

this._connectionPostactions.forEach(action => {
Expand Down

0 comments on commit 4ce6d02

Please sign in to comment.