Skip to content

Commit

Permalink
fix matching RemoveStudy
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 17, 2023
1 parent 6e30293 commit c82f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ final class Env(
api.autoStart >> api.autoFinishNotSyncing

lila.common.Bus.subscribeFuns(
"study" -> { case lila.hub.actorApi.study.RemoveStudy(studyId, _) =>
"study" -> { case lila.hub.actorApi.study.RemoveStudy(studyId) =>
api.onStudyRemove(studyId)
},
"relayToggle" -> { case lila.study.actorApi.RelayToggle(id, v, who) =>
Expand Down

0 comments on commit c82f04c

Please sign in to comment.