diff --git a/modules/relay/src/main/RelayApi.scala b/modules/relay/src/main/RelayApi.scala index 71330d4276b1..e264a44c45e0 100644 --- a/modules/relay/src/main/RelayApi.scala +++ b/modules/relay/src/main/RelayApi.scala @@ -325,7 +325,7 @@ final class RelayApi( .so(sendToContributors(round.id, "relaySync", jsonView.sync(round))) _ <- denormalizeTour(round.tourId) nextRoundToStart <- round.isFinished.so(nextRoundThatStartsAfterThisOneCompletes(round)) - _ <- nextRoundToStart.so(next => requestPlay(next.id, v = true, "update->nexRoundToStart")) + _ <- nextRoundToStart.so(next => requestPlay(next.id, v = true, "update->nextRoundToStart")) yield round.sync.log.events.lastOption .ifTrue(round.sync.log != from.sync.log)