feat: order processing
feat: order commands result save/load
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
func TurnHandler(c *gin.Context, executor CommandExecutor) {
|
||||
state, err := executor.GenerateTurn()
|
||||
|
||||
if errorResponded(c, err) {
|
||||
if errorResponse(c, err) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user