Skip to content

Commit

Permalink
fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 22, 2024
1 parent aa9c937 commit e1686df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/RelayApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1686df

Please sign in to comment.