Skip to content

Commit

Permalink
Merge pull request #16 from jambonz/fix/adulting_call
Browse files Browse the repository at this point in the history
fix adulting call cannot receive session:new event
  • Loading branch information
davehorton authored Aug 8, 2024
2 parents 1db8bec + cbba37f commit 2856b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Client extends Emitter {
this._onSessionNew(ws, path, msg);
break;
case 'session:adulting':
this.onSessionAdulting(ws, path, msg);
this._onSessionAdulting(ws, path, msg);
break;
default:
debug(`Client: discarding msg type ${msg.type}`);
Expand Down

0 comments on commit 2856b8a

Please sign in to comment.