Commit 62134778 authored by vipwzw's avatar vipwzw

auto ci

parent fef294df
......@@ -271,7 +271,7 @@ func (action *Action) readGame(id string) (*gty.GuessGame, error) {
}
// 新建一局游戏
func (action *Action) newGame(gameID string, start *gty.GuessGameStart) (*gty.GuessGame) {
func (action *Action) newGame(gameID string, start *gty.GuessGameStart) *gty.GuessGame {
game := &gty.GuessGame{
GameID: gameID,
Status: gty.GuessGameStatusStart,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment