This commit is contained in:
tamaina 2021-09-05 23:55:32 +09:00
parent 225805da8a
commit f74f4ffc6a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default class Connection {
this.updateFollowingChannels();
this.updateUserProfile();
this.subscriber.on(`user:${this.user.id}`, (ev) => {
this.subscriber.on(`user:${this.user.id}`, ev => {
this.onUserEvent(ev);
});
}