Webpack build for branch data-store-refactor: 2d2f7929972dbee770bfd3576f5af6e0c6bd7cbe

This commit is contained in:
Travis CI 2017-06-28 13:41:54 +00:00
parent bae3ddf22b
commit a3c56e6796
2 changed files with 2 additions and 2 deletions

View file

@ -26253,7 +26253,7 @@ class ChannelStore extends DataStore {
const ChannelModel = data.type === Constants.ChannelTypes.TEXT ? TextChannel : VoiceChannel;
const guild = this.client.guilds.get(data.guild_id);
channel = new ChannelModel(guild, data);
guild.channels.set(channel.id, guild);
guild.channels.set(channel.id, channel);
break;
}

File diff suppressed because one or more lines are too long