add missing path property handling
This commit is contained in:
@@ -9,7 +9,7 @@ type User struct {
|
||||
ID string `json:"id"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
GoogleId string `json:"-"`
|
||||
GoogleID string `json:"-"`
|
||||
Games []Game
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user