export const restartWaitingRoomMatchmaking = () => () => {
  channel
    .push(channelMethods.matchmakingRestart, {})
    .receive('error', error => console.error(error));
};