It is not error, but It is unnecessary
Этот коммит содержится в:
Park Daesun
2016-06-17 02:19:47 +09:00
коммит произвёл Corey Hulen
родитель 54b4deb7df
Коммит ca138883ab

Просмотреть файл

@@ -480,6 +480,6 @@ export function emitJoinChannelEvent(channel, success, failure) {
Client.joinChannel(
channel.id,
success,
failure,
failure
);
}