Skip to content

Commit

Permalink
fix undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiChou committed Oct 14, 2022
1 parent 169e6d5 commit 5d89592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class Handler {
this[subject].call(this, payload, data)
}
} else if (type === 'error') {
session.detach()
this.session.detach()
} else {
console.log('UNKNOWN', type, payload, data)
}
Expand Down

0 comments on commit 5d89592

Please sign in to comment.