clean up
This commit is contained in:
@@ -4,7 +4,6 @@ import "time"
|
||||
|
||||
type Cage struct {
|
||||
ID string `json:"id"`
|
||||
Game Game `json:"game"`
|
||||
Hamsters []*Hamster `json:"hamsters"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
|
||||
Reference in New Issue
Block a user