This commit is contained in:
Daniel 2023-07-15 21:40:15 +08:00
parent 3a7e0cd014
commit db1fac2530
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -47,7 +47,6 @@ type Calculable interface {
}
type ColumnCalc struct {
Column string `json:"column"`
Operator CalcOperator `json:"operator"`
Result *Value `json:"result"`
}