Remove the unnecessary comma (#3351)
It is not error, but It is unnecessary
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
54b4deb7df
Коммит
ca138883ab
@@ -480,6 +480,6 @@ export function emitJoinChannelEvent(channel, success, failure) {
|
|||||||
Client.joinChannel(
|
Client.joinChannel(
|
||||||
channel.id,
|
channel.id,
|
||||||
success,
|
success,
|
||||||
failure,
|
failure
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user