recator: Repo interface

This commit is contained in:
Ilia Denisov
2026-02-04 17:29:05 +02:00
parent 9a6d4112cf
commit 9d46abe805
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ func joinEqualGroups(c *controller.Controller, r controller.Repo, g *game.Game,
if err := c.JoinEqualGroups(race); err != nil {
return err
}
return r.SaveState(g)
return r.SaveLastState(g)
}