removed unneeded return statement
This commit is contained in:
parent
dce887a23a
commit
5eb8a84abf
1 changed files with 0 additions and 1 deletions
|
@ -596,7 +596,6 @@ func getFilterResultConditionLowest(filter *Filter, db *gorm.DB) {
|
||||||
lowest = number
|
lowest = number
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, parent := range filter.Parents {
|
for _, parent := range filter.Parents {
|
||||||
|
|
Loading…
Add table
Reference in a new issue