More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
This commit is contained in:
@ -775,6 +775,7 @@ func (v *Vehicle) GetVehicleCondition() {
|
||||
val.Field(i).Interface() == "-64" ||
|
||||
val.Field(i).Interface() == "" ||
|
||||
val.Field(i).Interface() == 0 ||
|
||||
val.Field(i).Interface() == float64(0) ||
|
||||
val.Field(i).Interface() == nil {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user