fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -41,6 +41,8 @@ func (t *Table) ToDB(dest **db.Table) bool {
|
||||
|
||||
CopySliceToDB(&table.Results, t.Results)
|
||||
|
||||
*dest = table
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user