export const restartTournament = () => {
  channel
    .push('tournament:restart', {})
    .receive('error', error => console.error(error));
};