Compare commits

..

No commits in common. "dev" and "state" have entirely different histories.
dev ... state

View file

@ -38,8 +38,6 @@ type User struct {
Email string `json:"email"`
CreatedAt time.Time `json:"created_at"`
HashedApiKey string `json:"hashed_api_key"`
Avatar string `json:"avatar"`
GlobalName string `json:"global_name"`
}
type AvatarDecorationData struct {