Skip to content

Commit

Permalink
Fix spelling in method: Channel.startSession
Browse files Browse the repository at this point in the history
Closes: #125

PR-URL: #129
  • Loading branch information
tshemsedinov committed Feb 6, 2021
1 parent 3f028a3 commit ac087ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class Channel {
}
}

starSession() {
startSession() {
const token = this.generateToken();
const host = metautil.parseHost(this.req.headers.host);
const cookie = `${TOKEN}=${token}; ${COOKIE_HOST}=${host}`;
Expand Down

0 comments on commit ac087ec

Please sign in to comment.