fix response on invalid board API command

pull/9698/head
Thibault Duplessis 2021-08-29 17:18:51 +02:00
parent 6f66328242
commit 5d22935c31
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ final class PlayApi(
env.chat.api.userChat.find(lila.chat.Chat.Id(pov.game.id)) map
lila.chat.JsonView.boardApi map JsonOk
}
case _ => notFoundJson("No such command")
}
}