Chore: remove seconds tracking inside of settings
This commit is contained in:
@ -390,7 +390,7 @@ type GameSettings struct {
|
||||
RoomID string `db:"room_id"`
|
||||
Language string `json:"language" example:"en" form:"language" db:"language"`
|
||||
RoomPass string `json:"room_pass" db:"room_pass"`
|
||||
TurnSecondsLeft uint32 `db:"turn_seconds_left"`
|
||||
|
||||
RoundTime uint32 `json:"round_time" db:"turn_time"`
|
||||
CreatedAt time.Time `db:"created_at"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user