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