fixes #6 subaspects removed from aspects struct
This commit is contained in:
@@ -85,6 +85,5 @@ type Aspect struct {
|
|||||||
Estimations int `json:"estimations"`
|
Estimations int `json:"estimations"`
|
||||||
Weight float64 `json:"weight"`
|
Weight float64 `json:"weight"`
|
||||||
IsWeightSelectedByUser bool `json:"isWeightSelectedByUser"`
|
IsWeightSelectedByUser bool `json:"isWeightSelectedByUser"`
|
||||||
Aspects []Aspect `json:"aspects"`
|
|
||||||
IsPositive bool `json:"isPositive"`
|
IsPositive bool `json:"isPositive"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user