diff --git a/src/store/modules/socketIOModule.js b/src/store/modules/socketIOModule.js index 382da1d..884c7f6 100644 --- a/src/store/modules/socketIOModule.js +++ b/src/store/modules/socketIOModule.js @@ -220,7 +220,7 @@ const actions = { }, ['socket_channel:created'](context, data){ const {channel} = data; - // rename to 'channel' to setchannel + // rename to 'channel' to setChannel context.dispatch('channel', channel); }, ['socket_notification:dismiss'](context, data){