mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Persist match committed time to the DB.
This commit is contained in:
@@ -33,6 +33,7 @@ type Match struct {
|
||||
Blue3IsSurrogate bool
|
||||
Status string
|
||||
StartedAt time.Time
|
||||
ScoreCommittedAt time.Time
|
||||
Winner string
|
||||
GameSpecificData string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user